CommandException(String, Exception) Constructor

Definition

Assembly XenoAtom.CommandLine.dll

Creates a new instance of CommandException.

public CommandException(string message, Exception innerException)

Parameters

message
String

The message of this exception.

innerException
Exception

The associated inner exception.