C# Class WiimoteLib.WiimoteException

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

Public Methods

Method Description
WiimoteException ( ) : System

Default constructor

WiimoteException ( string message ) : System

Constructor

WiimoteException ( string message, Exception innerException ) : System

Constructor

Protected Methods

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

Constructor

Method Details

WiimoteException() public method

Default constructor
public WiimoteException ( ) : System
return System

WiimoteException() protected method

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

WiimoteException() public method

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

WiimoteException() public method

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