C# Class Veil.VeilCompilerException

Represent general errors during compilation of templates
Inheritance: System.Exception
Afficher le fichier Open project: namics/TerrificNet Class Usage Examples

Méthodes publiques

Méthode Description
VeilCompilerException ( string message, Exception innerException, SyntaxTreeNode node ) : System
VeilCompilerException ( string message, SyntaxTreeNode node ) : System

Creates an exception with the supplied messages

Method Details

VeilCompilerException() public méthode

public VeilCompilerException ( string message, Exception innerException, SyntaxTreeNode node ) : System
message string
innerException System.Exception
node Veil.Parser.SyntaxTreeNode
Résultat System

VeilCompilerException() public méthode

Creates an exception with the supplied messages
public VeilCompilerException ( string message, SyntaxTreeNode node ) : System
message string
node Veil.Parser.SyntaxTreeNode
Résultat System