DX9ToolsR4 - Created by: X

DX9ToolsModeNotAvailible Constructor (String, Exception)

Creates a new instance of this class.

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

Parameters

Msg
The error message that explains the reason for the exception.
Inner
The exception that is the cause of the current exception. If the innerException parameter is not a null reference (Nothing in Visual Basic), the current exception is raised in a catch block that handles the inner exception.

See Also

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