CommandLineArgumentException Class

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
SerializableAttribute

Constructors

Name Summary
CommandLineArgumentException() Initializes a new instance of the NAnt.Core.Util.CommandLineArgumentException class.
CommandLineArgumentException(string) Initializes a new instance of the NAnt.Core.Util.CommandLineArgumentException class with a descriptive message.
CommandLineArgumentException(string, Exception) Initializes a new instance of the NAnt.Core.Util.CommandLineArgumentException class with a descriptive message and an inner exception.