C# 클래스 Cottle.Exceptions.ParseException

상속: System.Exception
파일 보기 프로젝트 열기: r3c/cottle 1 사용 예제들

공개 메소드들

메소드 설명
ParseException ( int column, int line, string lexem, string expected ) : System

메소드 상세

ParseException() 공개 메소드

public ParseException ( int column, int line, string lexem, string expected ) : System
column int
line int
lexem string
expected string
리턴 System