C# Class Veil.VeilCompilerException

Represent general errors during compilation of templates
Inheritance: System.Exception
ファイルを表示 Open project: namics/TerrificNet Class Usage Examples

Public Methods

Method 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 method

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

VeilCompilerException() public method

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