DX9ToolsR4 - Created by: X | |
DX9ToolsCanNotSetPresentParameters 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 DX9ToolsCanNotSetPresentParameters(
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
DX9ToolsCanNotSetPresentParameters Class | CBX.Libs.DX9ToolsR4.Exceptions Namespace | DX9ToolsCanNotSetPresentParameters Constructor Overload List