C# 클래스 YAMP.Exceptions.YAMPParseException

Represents the exception that will be thrown if parse errors occured.
상속: YAMPException
파일 보기 프로젝트 열기: FlorianRappl/YAMP

공개 메소드들

메소드 설명
ToString ( ) : String

Returns a string representation of the errors.

YAMPParseException ( ParseEngine engine ) : System

Creates a new YAMP Parse Exception.

메소드 상세

ToString() 공개 메소드

Returns a string representation of the errors.
public ToString ( ) : String
리턴 String

YAMPParseException() 공개 메소드

Creates a new YAMP Parse Exception.
public YAMPParseException ( ParseEngine engine ) : System
engine ParseEngine The engine where this happend.
리턴 System