C# Class Mustachio.IndexedParseException

Indicates a parse error including line and character info.
Inheritance: ParseException
显示文件 Open project: wildbit/mustachio

Public Methods

Method Description
IndexedParseException ( string message ) : System

Private Methods

Method Description
IndexedParseException ( Mustachio location, string message ) : System

Method Details

IndexedParseException() public method

public IndexedParseException ( string message ) : System
message string
return System