C# 클래스 WiimoteLib.WiimoteNotFoundException

상속: System.ApplicationException
파일 보기 프로젝트 열기: simphax/WiimoteLib

공개 메소드들

메소드 설명
WiimoteNotFoundException ( ) : System

Default constructor

WiimoteNotFoundException ( string message ) : System

Constructor

WiimoteNotFoundException ( string message, Exception innerException ) : System

Constructor

보호된 메소드들

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

Constructor

메소드 상세

WiimoteNotFoundException() 공개 메소드

Default constructor
public WiimoteNotFoundException ( ) : System
리턴 System

WiimoteNotFoundException() 보호된 메소드

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

WiimoteNotFoundException() 공개 메소드

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

WiimoteNotFoundException() 공개 메소드

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