C# Класс CryoAOP.Core.Exceptions.FormattableExceptionBase

Наследование: System.Exception
Показать файл Открыть проект

Защищенные методы

Метод Описание
FormattableExceptionBase ( string messageFormat ) : System
FormattableExceptionBase ( string messageFormat, Exception innerException ) : System

Описание методов

FormattableExceptionBase() защищенный Метод

protected FormattableExceptionBase ( string messageFormat ) : System
messageFormat string
Результат System

FormattableExceptionBase() защищенный Метод

protected FormattableExceptionBase ( string messageFormat, Exception innerException ) : System
messageFormat string
innerException System.Exception
Результат System