C# Class Tools.CSToolsStopException

Inheritance: CSToolsException
Mostrar archivo Open project: Ezakhiel/Donate-Money-For-Unicorns-ubbse2015

Public Methods

Method Description
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

Method Details

CSToolsStopException() public method

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

CSToolsStopException() public method

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

CSToolsStopException() public method

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

CSToolsStopException() public method

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

CSToolsStopException() public method

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

CSToolsStopException() public method

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

CSToolsStopException() public method

public CSToolsStopException ( int n, string s ) : System
n int
s string
return System

Handle() public method

public Handle ( ErrorHandler erh ) : void
erh ErrorHandler
return void