DirectXException.GetExceptionFromResultInternal Method |
Language: |
Retrieves the Exception object associated with the resultCode passed in.
Visual Basic .NET Public Shared Function GetExceptionFromResultInternal( _
ByVal resultCode As Integer _
) As ExceptionC# public static Exception GetExceptionFromResultInternal(
int resultCode
);Managed C++ public: static Exception* GetExceptionFromResultInternal(
int resultCode
);JScript .NET public static function GetExceptionFromResultInternal(
resultCode : int
) : Exception;
resultCode System.Int32. Result code of the failed method that caused this exception.
System.Exception . An Exception
object that contains the new exception created from passing in resultCode.
Direct3DXException, DirectPlayException, GraphicsException, GraphicsException, InputException, SoundException
Feedback? Please provide us with your comments on this topic.