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

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

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

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

Initializes a new instance of the T:TemplateCompilerNotFoundException class

TemplateCompilerNotFoundException ( string message ) : System

Initializes a new instance of the T:TemplateCompilerNotFoundException class

TemplateCompilerNotFoundException ( string message, Exception inner ) : System

Initializes a new instance of the T:TemplateCompilerNotFoundException class

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

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

Initializes a new instance of the T:TemplateCompilerNotFoundException class

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

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

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

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

Initializes a new instance of the T:TemplateCompilerNotFoundException class
protected TemplateCompilerNotFoundException ( 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

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

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

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

Initializes a new instance of the T:TemplateCompilerNotFoundException class
public TemplateCompilerNotFoundException ( 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