C# Class Hephaestus.Classes.Exceptions.ExceptionBase

Inheritance: Exception
Show file Open project: ArmaAchilles/Hephaestus

Protected Methods

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

Method Details

ExceptionBase() protected method

protected ExceptionBase ( ) : System
return System

ExceptionBase() protected method

protected ExceptionBase ( string message ) : System
message string
return System

ExceptionBase() protected method

protected ExceptionBase ( string message, Exception innerException ) : System
message string
innerException Exception
return System