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