C# 클래스 Cirrious.MvvmCross.Plugins.Sphero.SpheroPluginException

상속: System.Exception
파일 보기 프로젝트 열기: slodge/BallControl

공개 메소드들

메소드 설명
SpheroPluginException ( Exception innerException, string message ) : System
SpheroPluginException ( string message ) : System

메소드 상세

SpheroPluginException() 공개 메소드

public SpheroPluginException ( Exception innerException, string message ) : System
innerException System.Exception
message string
리턴 System

SpheroPluginException() 공개 메소드

public SpheroPluginException ( string message ) : System
message string
리턴 System