NAnt SDK Documentation - v0.85-nightly-2005-11-09

CommandLineArgumentException Constructor

[This is preliminary documentation and subject to change.]

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