C# 클래스 WiimoteLib.WiimoteException

상속: System.ApplicationException
파일 보기 프로젝트 열기: simphax/WiimoteLib 1 사용 예제들

공개 메소드들

메소드 설명
WiimoteException ( ) : System

Default constructor

WiimoteException ( string message ) : System

Constructor

WiimoteException ( string message, Exception innerException ) : System

Constructor

보호된 메소드들

메소드 설명
WiimoteException ( SerializationInfo info, StreamingContext context ) : System

Constructor

메소드 상세

WiimoteException() 공개 메소드

Default constructor
public WiimoteException ( ) : System
리턴 System

WiimoteException() 보호된 메소드

Constructor
protected WiimoteException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo Serialization info
context System.Runtime.Serialization.StreamingContext Streaming context
리턴 System

WiimoteException() 공개 메소드

Constructor
public WiimoteException ( string message ) : System
message string Error message
리턴 System

WiimoteException() 공개 메소드

Constructor
public WiimoteException ( string message, Exception innerException ) : System
message string Error message
innerException System.Exception Inner exception
리턴 System