AcquiredException.AcquiredException(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 AcquiredException(
string message,
Exception inner
);C++ public:
AcquiredException(
String^ message,
Exception^ inner
);JScript public function AcquiredException(
message : String,
inner : Exception
);
Parameters
message System.String
inner System.Exception