C# Class Veil.VeilParserException

Represents general errors during parsing templates.
Inheritance: System.Exception
Show file Open project: namics/TerrificNet Class Usage Examples

Public Methods

Method Description
VeilParserException ( string message, SourceLocation location ) : System

Create an exception with the supplied message

Method Details

VeilParserException() public method

Create an exception with the supplied message
public VeilParserException ( string message, SourceLocation location ) : System
message string
location Veil.Parser.SourceLocation
return System