C# Class Mustachio.IndexedParseException

Indicates a parse error including line and character info.
Inheritance: ParseException
Afficher le fichier Open project: wildbit/mustachio

Méthodes publiques

Méthode Description
IndexedParseException ( string message ) : System

Private Methods

Méthode Description
IndexedParseException ( Mustachio location, string message ) : System

Method Details

IndexedParseException() public méthode

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