C# Class Tools.CSToolsException

Inheritance: System.Exception
Show file Open project: Ezakhiel/Donate-Money-For-Unicorns-ubbse2015 Class Usage Examples

Public Properties

Property Type Description
handled bool
nExceptionNumber int
sInput string
slInfo SourceLineInfo
sym SYMBOL

Public Methods

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

Method Details

CSToolsException() public method

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

CSToolsException() public method

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

CSToolsException() public method

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

CSToolsException() public method

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

CSToolsException() public method

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

CSToolsException() public method

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

CSToolsException() public method

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

Handle() public method

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

Property Details

handled public property

public bool handled
return bool

nExceptionNumber public property

public int nExceptionNumber
return int

sInput public property

public string sInput
return string

slInfo public property

public SourceLineInfo,Tools slInfo
return SourceLineInfo

sym public property

public SYMBOL,Tools sym
return SYMBOL