Summary
The exception that is thrown when one of the command-line arguments provided
is not valid.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Util - Base Types
-
- ArgumentException
graph BT
Type-->Base0["ArgumentException"]
Type["CommandLineArgumentException"]
class Type type-node
Syntax
[Serializable()]
public sealed class CommandLineArgumentException : ArgumentException
Attributes
Type | Description |
---|---|
Serializable |
Constructors
Name | Summary |
---|---|
Command |
Initializes a new instance of the NAnt.Core.Util.CommandLineArgumentException class.
|
Command |
Initializes a new instance of the NAnt.Core.Util.CommandLineArgumentException class
with a descriptive message.
|
Command |
Initializes a new instance of the NAnt.Core.Util.CommandLineArgumentException class
with a descriptive message and an inner exception.
|