NAnt SDK Documentation - v0.92

CommandLineArgumentException Constructor

Initializes a new instance of the CommandLineArgumentException class.

Overload List

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);

See Also

CommandLineArgumentException Class | NAnt.Core.Util Namespace