DirectXException.GetDirectXErrorString Method |
Language: |
Retrieves a string that contains the name of the Microsoft® DirectX® error code.
Visual Basic .NET Public Shared Function GetDirectXErrorString( _
ByVal errorCode As Integer _
) As StringC# public static string GetDirectXErrorString(
int errorCode
);Managed C++ public: static String* GetDirectXErrorString(
int errorCode
);JScript .NET public static function GetDirectXErrorString(
errorCode : int
) : String;
errorCode System.Int32. Result code of the failed method that caused this exception.
System.String . A string that contains the name of the error code.
Direct3DXException, DirectPlayException, GraphicsException, GraphicsException, InputException, SoundException
Feedback? Please provide us with your comments on this topic.