C# Class Veil.VeilParserException

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

Méthodes publiques

Méthode Description
VeilParserException ( string message, SourceLocation location ) : System

Create an exception with the supplied message

Method Details

VeilParserException() public méthode

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