DirectXException.ErrorCode Property

Language:

Note: This documentation is preliminary and is subject to change.

Retrieves or sets the integer value result code.

Definition

Visual Basic .NET Public Property ErrorCode As Integer
C# public int ErrorCode { get; set; }
Managed C++ public: __property int get_ErrorCode();
public: __property void set_ErrorCode(int);
JScript .NET 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

© 2004 Microsoft Corporation. All rights reserved. Terms of use.

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