InputLostException.InputLostException(String,Exception) Constructor (Microsoft.DirectX.DirectInput)
Initializes a new instance of the object.
Definition
Visual Basic Public Sub New( _
ByVal message As String, _
ByVal inner As Exception _
)C# public InputLostException(
string message,
Exception inner
);C++ public:
InputLostException(
String^ message,
Exception^ inner
);JScript public function InputLostException(
message : String,
inner : Exception
);
Parameters
message System.String
inner System.Exception