C# Class NPlant.Console.Exceptions.ConsoleException

Inheritance: System.Exception
Exibir arquivo Open project: nplant/nplant

Public Methods

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

Method Details

ConsoleException() public method

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

ConsoleException() public method

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