GraphicsException.GraphicsException(String) Constructor (Microsoft.DirectX.Direct3D)

Initializes a new instance of the GraphicsException class.

Definition

Visual Basic Public Sub New( _
    ByVal message As String _
)
C# public GraphicsException(
    string message
);
C++ public:
 GraphicsException(
    StringLeave Sitemessage
);
JScript public function GraphicsException(
    message : String
);

Parameters

message System.String
String that contains the error message to display.