C# Класс BlackLinks.Templates.TemplateSourceException

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

Открытые методы

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

Initializes a new instance of the T:TemplateSourceException class

TemplateSourceException ( string message ) : System

Initializes a new instance of the T:TemplateSourceException class

TemplateSourceException ( string message, Exception inner ) : System

Initializes a new instance of the T:TemplateSourceException class

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

Метод Описание
TemplateSourceException ( System info, System context ) : System

Initializes a new instance of the T:TemplateSourceException class

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

TemplateSourceException() публичный Метод

Initializes a new instance of the T:TemplateSourceException class
public TemplateSourceException ( ) : System
Результат System

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

Initializes a new instance of the T:TemplateSourceException class
protected TemplateSourceException ( System info, System context ) : System
info System The object that holds the serialized object data.
context System The contextual information about the source or destination.
Результат System

TemplateSourceException() публичный Метод

Initializes a new instance of the T:TemplateSourceException class
public TemplateSourceException ( string message ) : System
message string A that describes the exception.
Результат System

TemplateSourceException() публичный Метод

Initializes a new instance of the T:TemplateSourceException class
public TemplateSourceException ( string message, Exception inner ) : System
message string A that describes the exception.
inner System.Exception The exception that is the cause of the current exception.
Результат System