C# Class WiimoteLib.WiimoteNotFoundException

Inheritance: System.ApplicationException
Datei anzeigen Open project: simphax/WiimoteLib

Public Methods

Method Description
WiimoteNotFoundException ( ) : System

Default constructor

WiimoteNotFoundException ( string message ) : System

Constructor

WiimoteNotFoundException ( string message, Exception innerException ) : System

Constructor

Protected Methods

Method Description
WiimoteNotFoundException ( SerializationInfo info, StreamingContext context ) : System

Constructor

Method Details

WiimoteNotFoundException() public method

Default constructor
public WiimoteNotFoundException ( ) : System
return System

WiimoteNotFoundException() protected method

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

WiimoteNotFoundException() public method

Constructor
public WiimoteNotFoundException ( string message ) : System
message string Error message
return System

WiimoteNotFoundException() public method

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