C# Class Hephaestus.Classes.Exceptions.ExceptionBase

Inheritance: Exception
Afficher le fichier Open project: ArmaAchilles/Hephaestus

Méthodes protégées

Méthode Description
ExceptionBase ( ) : System
ExceptionBase ( string message ) : System
ExceptionBase ( string message, Exception innerException ) : System

Method Details

ExceptionBase() protected méthode

protected ExceptionBase ( ) : System
Résultat System

ExceptionBase() protected méthode

protected ExceptionBase ( string message ) : System
message string
Résultat System

ExceptionBase() protected méthode

protected ExceptionBase ( string message, Exception innerException ) : System
message string
innerException Exception
Résultat System