C# Class Command.CommandException

Thrown when an error occurs while attempting to invoke a command.
Inheritance: System.Exception
Show file Open project: agardiner/hfmcmd

Public Methods

Method Description
CommandException ( string format, string arg, Exception ex ) : System

Method Details

CommandException() public method

public CommandException ( string format, string arg, Exception ex ) : System
format string
arg string
ex System.Exception
return System