C# Class RazorTex.TemplateException

Inheritance: System.Exception
Afficher le fichier Open project: cmenge/RazorTex

Méthodes publiques

Méthode Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
TemplateException ( ) : System
TemplateException ( string message ) : System
TemplateException ( string message, Exception inner ) : System

Méthodes protégées

Méthode Description
TemplateException ( System info, System context ) : System

Private Methods

Méthode Description
TemplateException ( CompilerErrorCollection errors ) : System

Initialises a new instance of TemplateException

Method Details

GetObjectData() public méthode

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat void

TemplateException() public méthode

public TemplateException ( ) : System
Résultat System

TemplateException() protected méthode

protected TemplateException ( System info, System context ) : System
info System
context System
Résultat System

TemplateException() public méthode

public TemplateException ( string message ) : System
message string
Résultat System

TemplateException() public méthode

public TemplateException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System