DirectXException.ErrorCode Property |
Language: |
Retrieves or sets the integer value result code.
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);
System.Int32
This property is read/write.
Integer that represents the result code.
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.