DirectXException.DirectXException(String) Constructor (Microsoft.DirectX)

Initializes a new instance of the DirectXException class.

Definition

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

Parameters

message System.String
String that contains the error text for the exception.