DX9ToolsR4 - Created by: X

DX9ToolsBaseError Constructor (String, Exception, DX9TErrorCode)

Creates a new instance of this class.

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

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.
ErrorCode
The error code of the error.

See Also

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