DirectXException.ErrorCode Property |
Language: |
Retrieves or sets the integer value result code.
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);
System.Int32 . Integer that represents the result code.
This property is read/write.
Direct3DXException, DirectPlayException, GraphicsException, GraphicsException, InputException, SoundException
Feedback? Please provide us with your comments on this topic.