C# 클래스 Tools.CSToolsStopException

상속: CSToolsException
파일 보기 프로젝트 열기: Ezakhiel/Donate-Money-For-Unicorns-ubbse2015

공개 메소드들

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

메소드 상세

CSToolsStopException() 공개 메소드

public CSToolsStopException ( int n, Lexer yl, int p, string y, string s ) : System
n int
yl Lexer
p int
y string
s string
리턴 System

CSToolsStopException() 공개 메소드

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

CSToolsStopException() 공개 메소드

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

CSToolsStopException() 공개 메소드

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

CSToolsStopException() 공개 메소드

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

CSToolsStopException() 공개 메소드

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

CSToolsStopException() 공개 메소드

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

Handle() 공개 메소드

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