CommandLineArgumentException.

CommandLineArgumentException(string) Constructor

Summary

Initializes a new instance of the NAnt.Core.Util.CommandLineArgumentException class with a descriptive message.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Util
Containing Type
CommandLineArgumentException

Syntax

public CommandLineArgumentException(string message)

Parameters

Name Type Description
message string A descriptive message to include with the exception.

Return Value

Type Description
void