C# Class Tools.CSToolsFatalException

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

Public Methods

Method Description
CSToolsFatalException ( int n, Lexer yl, int p, string y, string s ) : System
CSToolsFatalException ( int n, Lexer yl, string s ) : System
CSToolsFatalException ( int n, Lexer yl, string yy, string s ) : System
CSToolsFatalException ( int en, SourceLineInfo s, string y, string m ) : System
CSToolsFatalException ( int n, TOKEN t, string s ) : System
CSToolsFatalException ( int n, string s ) : System
Handle ( ErrorHandler erh ) : void

Method Details

CSToolsFatalException() public method

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

CSToolsFatalException() public method

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

CSToolsFatalException() public method

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

CSToolsFatalException() public method

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

CSToolsFatalException() public method

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

CSToolsFatalException() public method

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

Handle() public method

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