CmdLineException Constructor (String^, Exception^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Initializes a new instance of the CmdLineException class, using the specified error message and a reference to the inner exception that is the cause of this exception.
Assembly: Microsoft.JScript (in Microsoft.JScript.dll)
Parameters
- m
-
Type:
System::String^
The message that describes the error.
- e
-
Type:
System::Exception^
The exception that is the cause of the current exception, or null if no inner exception is specified.
.NET Framework
Available since 2.0
Available since 2.0
Show: