C# Class CodeValue.CodeCommander.Exceptions.CommandProcessorException

Inheritance: System.Exception
Show file Open project: arielbh/CodeCommander

Public Methods

Method Description
CommandProcessorException ( ) : System
CommandProcessorException ( string message ) : System
CommandProcessorException ( string message, Exception inner ) : System

Protected Methods

Method Description
CommandProcessorException ( System info, System context ) : System

Method Details

CommandProcessorException() public method

public CommandProcessorException ( ) : System
return System

CommandProcessorException() protected method

protected CommandProcessorException ( System info, System context ) : System
info System
context System
return System

CommandProcessorException() public method

public CommandProcessorException ( string message ) : System
message string
return System

CommandProcessorException() public method

public CommandProcessorException ( string message, Exception inner ) : System
message string
inner System.Exception
return System