C# 클래스 Qowaiv.CodeGenerator.CodeDom.Razor.TemplateNotFoundException

상속: System.Exception
파일 보기 프로젝트 열기: Corniel/Qowaiv

공개 메소드들

메소드 설명
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