C# 클래스 NArrange.Core.ParseException

Exception thrown by parsers.
상속: System.Exception
파일 보기 프로젝트 열기: MarcStan/NArrange

공개 메소드들

메소드 설명
ParseException ( string message, int lineNumber, int column ) : System

Creates a new ParseException.

메소드 상세

ParseException() 공개 메소드

Creates a new ParseException.
public ParseException ( string message, int lineNumber, int column ) : System
message string Message text.
lineNumber int Line number.
column int Line position.
리턴 System