Initializes a new instance of the CommandLineArgumentException class.
Initializes a new instance of the CommandLineArgumentException class.
public CommandLineArgumentException();
Initializes a new instance of the CommandLineArgumentException class with a descriptive message.
public CommandLineArgumentException(string);
Initializes a new instance of the CommandLineArgumentException class with a descriptive message and an inner exception.
public CommandLineArgumentException(string,Exception);
CommandLineArgumentException Class | NAnt.Core.Util Namespace