C# 클래스 Microsoft.Bek.Frontend.Meta.BekParseException

상속: BekException
파일 보기 프로젝트 열기: AutomataDotNet/Automata

공개 프로퍼티들

프로퍼티 타입 설명
line int
pos int

공개 메소드들

메소드 설명
BekParseException ( ) : System
BekParseException ( int line, int pos, Exception inner ) : System
BekParseException ( int line, int pos, string message ) : System
BekParseException ( string message ) : System
BekParseException ( string message, System inner ) : System

메소드 상세

BekParseException() 공개 메소드

public BekParseException ( ) : System
리턴 System

BekParseException() 공개 메소드

public BekParseException ( int line, int pos, Exception inner ) : System
line int
pos int
inner System.Exception
리턴 System

BekParseException() 공개 메소드

public BekParseException ( int line, int pos, string message ) : System
line int
pos int
message string
리턴 System

BekParseException() 공개 메소드

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

BekParseException() 공개 메소드

public BekParseException ( string message, System inner ) : System
message string
inner System
리턴 System

프로퍼티 상세

line 공개적으로 프로퍼티

public int line
리턴 int

pos 공개적으로 프로퍼티

public int pos
리턴 int