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

Inheritance: System.Exception
Afficher le fichier Open project: Corniel/Qowaiv

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
TemplateNotFoundException ( SerializationInfo info, StreamingContext context ) : System

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

Method Details

TemplateNotFoundException() public méthode

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

TemplateNotFoundException() protected méthode

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. ///
Résultat System

TemplateNotFoundException() public méthode

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. ///
Résultat System

TemplateNotFoundException() public méthode

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