C# Class Qowaiv.CodeGenerator.CodeDom.Razor.TemplateNotFoundException

Inheritance: System.Exception
显示文件 Open project: Corniel/Qowaiv

Public Methods

Method Description
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.

Protected Methods

Method Description
TemplateNotFoundException ( SerializationInfo info, StreamingContext context ) : System

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

Method Details

TemplateNotFoundException() public method

Initializes a new instance of a template not found exception.
public TemplateNotFoundException ( ) : System
return System

TemplateNotFoundException() protected method

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. ///
return System

TemplateNotFoundException() public method

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. ///
return System

TemplateNotFoundException() public method

Initializes a new instance of a template not found exception.
public TemplateNotFoundException ( string name ) : System
name string /// The name to search a template for. ///
return System