C# Class GoCommando.Exceptions.CommandoException

Inheritance: System.ApplicationException
Show file Open project: rebus-org/GoCommando

Public Methods

Method Description
CommandoException ( Exception innerException, string message ) : System
CommandoException ( string message ) : System

Method Details

CommandoException() public method

public CommandoException ( Exception innerException, string message ) : System
innerException System.Exception
message string
return System

CommandoException() public method

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