CommandArgumentException(String, String, Exception) Constructor

Definition

Assembly XenoAtom.CommandLine.dll

Creates a new instance of CommandArgumentException.

public CommandArgumentException(string message, string argumentName, Exception innerException)

Parameters

message
String

The message of this exception.

argumentName
String

The associated argument.

innerException
Exception

The associated inner exception.