C# Класс Qowaiv.CodeGenerator.CodeDom.Razor.TemplateNotFoundException

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

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

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

Initializes a new instance of a template not found exception.

TemplateNotFoundException ( Type type, string postfix = null ) : System

Initializes a new instance of a template not found exception.

TemplateNotFoundException ( string name ) : System

Initializes a new instance of a template not found exception.

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

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

Initializes a new instance of a template not found exception ith serialized data.

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

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

Initializes a new instance of a template not found exception.
public TemplateNotFoundException ( ) : System
Результат System

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

Initializes a new instance of a template not found exception ith serialized data.
protected TemplateNotFoundException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo /// The System.Runtime.Serialization.SerializationInfo that holds the serialized /// object data about the exception being thrown. ///
context System.Runtime.Serialization.StreamingContext /// The System.Runtime.Serialization.StreamingContext that contains contextual /// information about the source or destination. ///
Результат System

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

Initializes a new instance of a template not found exception.
public TemplateNotFoundException ( Type type, string postfix = null ) : System
type System.Type /// The type to search a template for. ///
postfix string /// The used postfix. ///
Результат System

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

Initializes a new instance of a template not found exception.
public TemplateNotFoundException ( string name ) : System
name string /// The name to search a template for. ///
Результат System