C# Class CryoAOP.Core.Exceptions.FormattableExceptionBase

Inheritance: System.Exception
Show file Open project: fir3pho3nixx/cryo-aop

Protected Methods

Method Description
FormattableExceptionBase ( string messageFormat ) : System
FormattableExceptionBase ( string messageFormat, Exception innerException ) : System

Method Details

FormattableExceptionBase() protected method

protected FormattableExceptionBase ( string messageFormat ) : System
messageFormat string
return System

FormattableExceptionBase() protected method

protected FormattableExceptionBase ( string messageFormat, Exception innerException ) : System
messageFormat string
innerException System.Exception
return System