C# 클래스 Tools.CSToolsException

상속: System.Exception
파일 보기 프로젝트 열기: Ezakhiel/Donate-Money-For-Unicorns-ubbse2015 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
handled bool
nExceptionNumber int
sInput string
slInfo SourceLineInfo
sym SYMBOL

공개 메소드들

메소드 설명
CSToolsException ( int en, Lexer yl, int p, string y, string s ) : System
CSToolsException ( int n, Lexer yl, string s ) : System
CSToolsException ( int n, Lexer yl, string yy, string s ) : System
CSToolsException ( int n, SYMBOL t, string s ) : System
CSToolsException ( int en, SourceLineInfo s, string y, string m ) : System
CSToolsException ( int n, TOKEN t, string s ) : System
CSToolsException ( int n, string s ) : System
Handle ( ErrorHandler erh ) : void

메소드 상세

CSToolsException() 공개 메소드

public CSToolsException ( int en, Lexer yl, int p, string y, string s ) : System
en int
yl Lexer
p int
y string
s string
리턴 System

CSToolsException() 공개 메소드

public CSToolsException ( int n, Lexer yl, string s ) : System
n int
yl Lexer
s string
리턴 System

CSToolsException() 공개 메소드

public CSToolsException ( int n, Lexer yl, string yy, string s ) : System
n int
yl Lexer
yy string
s string
리턴 System

CSToolsException() 공개 메소드

public CSToolsException ( int n, SYMBOL t, string s ) : System
n int
t SYMBOL
s string
리턴 System

CSToolsException() 공개 메소드

public CSToolsException ( int en, SourceLineInfo s, string y, string m ) : System
en int
s SourceLineInfo
y string
m string
리턴 System

CSToolsException() 공개 메소드

public CSToolsException ( int n, TOKEN t, string s ) : System
n int
t TOKEN
s string
리턴 System

CSToolsException() 공개 메소드

public CSToolsException ( int n, string s ) : System
n int
s string
리턴 System

Handle() 공개 메소드

public Handle ( ErrorHandler erh ) : void
erh ErrorHandler
리턴 void

프로퍼티 상세

handled 공개적으로 프로퍼티

public bool handled
리턴 bool

nExceptionNumber 공개적으로 프로퍼티

public int nExceptionNumber
리턴 int

sInput 공개적으로 프로퍼티

public string sInput
리턴 string

slInfo 공개적으로 프로퍼티

public SourceLineInfo,Tools slInfo
리턴 SourceLineInfo

sym 공개적으로 프로퍼티

public SYMBOL,Tools sym
리턴 SYMBOL