An NDoc Documented Class Library

InputDeviceException Constructor (String, Exception)

[Visual Basic]
Public Sub New( _ 
   ByVal message As String, _ 
   ByVal exception As Exception _ 
)
[C#]
public InputDeviceException(
   string message,
   Exception exception
);
[C++]
public: InputDeviceException(
   String* message,
   Exception* exception
);
[JScript]
public function InputDeviceException(
   String message,
   Exception exception
);

See Also

InputDeviceException Class | White.Core.InputDevices Namespace | InputDeviceException Constructor Overload List