DeviceLostException.DeviceLostException(String,Exception) Constructor (Microsoft.DirectX.Direct3D)
Initializes a new instance of the DeviceLostException class.
Definition
Visual Basic Public Sub New( _
ByVal message As String, _
ByVal inner As Exception _
)C# public DeviceLostException(
string message,
Exception inner
);C++ public:
DeviceLostException(
String^ message,
Exception^ inner
);JScript public function DeviceLostException(
message : String,
inner : Exception
);
Parameters
message System.String
String that contains the error message to display.inner System.Exception
An Exception object that represents errors that occur during application execution.