C# Class GoCommando.Exceptions.CommandoException

Inheritance: System.ApplicationException
显示文件 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