CommandOptionException(String, String, Exception) Constructor

Definition

Assembly XenoAtom.CommandLine.dll

Creates a new instance of CommandOptionException.

public CommandOptionException(string message, string optionName, Exception innerException)

Parameters

message
String

The message of this exception.

optionName
String

The associated option.

innerException
Exception

The associated inner exception.