Constructor

Namespace:  Bespoke.Common.Wiimote
Assembly:  Bespoke.Common (in Bespoke.Common.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public WiimoteException(
	string message,
	Exception innerException
)
Visual Basic (Declaration)
Public Sub New ( _
	message As String, _
	innerException As Exception _
)
Visual C++
public:
WiimoteException(
	String^ message, 
	Exception^ innerException
)

Parameters

message
Type: System..::.String
Error message
innerException
Type: System..::.Exception
Inner exception

See Also