Summary
Initializes a new instance of the
NAnt.Core.Util.CommandLineArgumentException
class
with a descriptive message and an inner exception.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Util - Containing Type
- Command
Line Argument Exception
Syntax
public CommandLineArgumentException(string message, Exception innerException)
Parameters
Name | Type | Description |
---|---|---|
message | string | A descriptive message to include with the exception. |
innerException | Exception | A nested exception that is the cause of the current exception. |
Return Value
Type | Description |
---|---|
void |