DriverInternalErrorException.DriverInternalErrorException(String) Constructor (Microsoft.DirectX.Direct3D)
Initializes a new instance of the DriverInternalErrorException class.
Definition
Visual Basic Public Sub New( _
ByVal message As String _
)C# public DriverInternalErrorException(
string message
);C++ public:
DriverInternalErrorException(
String^ message
);JScript public function DriverInternalErrorException(
message : String
);
Parameters
message System.String
String that contains the error message to display.