NAnt SDK Documentation - v0.92

CommandLineArgumentException Constructor (String)

Initializes a new instance of the CommandLineArgumentException class with a descriptive message.

[Visual Basic]
Overloads Public Sub New( _
   ByVal message As String _
)
[C#]
public CommandLineArgumentException(
   string message
);

Parameters

message
A descriptive message to include with the exception.

See Also

CommandLineArgumentException Class | NAnt.Core.Util Namespace | CommandLineArgumentException Constructor Overload List