C# Класс Subtext.Framework.Exceptions.BaseSubtextException

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

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

Метод Описание
BaseSubtextException ( ) : System

Creates a new BaseSubtextException instance.

BaseSubtextException ( Exception innerException ) : System

Creates a new BaseSubtextException instance.

BaseSubtextException ( string message ) : System

Initializes a new instance of the BaseSubtextException class.

BaseSubtextException ( string message, Exception innerException ) : System

Initializes a new instance of the BaseSubtextException class.

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

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

Creates a new BaseSubtextException instance.
protected BaseSubtextException ( ) : System
Результат System

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

Creates a new BaseSubtextException instance.
protected BaseSubtextException ( Exception innerException ) : System
innerException System.Exception Inner exception.
Результат System

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

Initializes a new instance of the BaseSubtextException class.
protected BaseSubtextException ( string message ) : System
message string The message.
Результат System

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

Initializes a new instance of the BaseSubtextException class.
protected BaseSubtextException ( string message, Exception innerException ) : System
message string The message.
innerException System.Exception The inner exception.
Результат System