DirectXException.ErrorString Property

Language:

Retrieves the error string that is specific to Microsoft DirectX 9.0 for Managed Code.

Definition

Visual Basic Public ReadOnly Property ErrorString As String
C# public string ErrorString { get; }
C++ public:
property String^ ErrorString {
        String^ get();
}
JScript public function get ErrorString() : String

Property Value

System.String
String that contains the error message.

This property is read-only. 

Applies To

Direct3DXException, DirectPlayException, GraphicsException, GraphicsException, InputException, SoundException

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.