C# Class CryoAOP.Core.Exceptions.FormattableExceptionBase

Inheritance: System.Exception
Afficher le fichier Open project: fir3pho3nixx/cryo-aop

Méthodes protégées

Méthode Description
FormattableExceptionBase ( string messageFormat ) : System
FormattableExceptionBase ( string messageFormat, Exception innerException ) : System

Method Details

FormattableExceptionBase() protected méthode

protected FormattableExceptionBase ( string messageFormat ) : System
messageFormat string
Résultat System

FormattableExceptionBase() protected méthode

protected FormattableExceptionBase ( string messageFormat, Exception innerException ) : System
messageFormat string
innerException System.Exception
Résultat System