C# 클래스 Mustachio.IndexedParseException

Indicates a parse error including line and character info.
상속: ParseException
파일 보기 프로젝트 열기: wildbit/mustachio

공개 메소드들

메소드 설명
IndexedParseException ( string message ) : System

비공개 메소드들

메소드 설명
IndexedParseException ( Mustachio location, string message ) : System

메소드 상세

IndexedParseException() 공개 메소드

public IndexedParseException ( string message ) : System
message string
리턴 System