DX9ToolsR4 - Created by: X

DX9ToolsModeNotAvailible Constructor (String, DX9TErrorCode)

Creates a new instance of this class.

[Visual Basic]
Overloads Public Sub New( _
   ByVal Msg As String, _
   ByVal ErrorCode As DX9TErrorCode _
)
[C#]
public DX9ToolsModeNotAvailible(
   string Msg,
   DX9TErrorCode ErrorCode
);

Parameters

Msg
The error message that explains the reason for the exception.
ErrorCode
The error code of the error.

See Also

DX9ToolsModeNotAvailible Class | CBX.Libs.DX9ToolsR4.Exceptions Namespace | DX9ToolsModeNotAvailible Constructor Overload List