DirectXException.ErrorCode Property

Language:

Retrieves or sets the integer value result code.

Definition

Visual Basic Public Property ErrorCode As Integer
C# public int ErrorCode { get; set; }
C++ public:
property int ErrorCode {
        int get();
        void set(int value);
}
JScript public function get ErrorCode() : int
public function set ErrorCode(int);

Property Value

System.Int32
Integer that represents the result code.

This property is read/write. 

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.