C# Class Tools.CSToolsException

Inheritance: System.Exception
Afficher le fichier Open project: Ezakhiel/Donate-Money-For-Unicorns-ubbse2015 Class Usage Examples

Méthodes publiques

Свойство Type Description
handled bool
nExceptionNumber int
sInput string
slInfo SourceLineInfo
sym SYMBOL

Méthodes publiques

Méthode 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 méthode

public CSToolsException ( int en, Lexer yl, int p, string y, string s ) : System
en int
yl Lexer
p int
y string
s string
Résultat System

CSToolsException() public méthode

public CSToolsException ( int n, Lexer yl, string s ) : System
n int
yl Lexer
s string
Résultat System

CSToolsException() public méthode

public CSToolsException ( int n, Lexer yl, string yy, string s ) : System
n int
yl Lexer
yy string
s string
Résultat System

CSToolsException() public méthode

public CSToolsException ( int n, SYMBOL t, string s ) : System
n int
t SYMBOL
s string
Résultat System

CSToolsException() public méthode

public CSToolsException ( int en, SourceLineInfo s, string y, string m ) : System
en int
s SourceLineInfo
y string
m string
Résultat System

CSToolsException() public méthode

public CSToolsException ( int n, TOKEN t, string s ) : System
n int
t TOKEN
s string
Résultat System

CSToolsException() public méthode

public CSToolsException ( int n, string s ) : System
n int
s string
Résultat System

Handle() public méthode

public Handle ( ErrorHandler erh ) : void
erh ErrorHandler
Résultat void

Property Details

handled public_oe property

public bool handled
Résultat bool

nExceptionNumber public_oe property

public int nExceptionNumber
Résultat int

sInput public_oe property

public string sInput
Résultat string

slInfo public_oe property

public SourceLineInfo,Tools slInfo
Résultat SourceLineInfo

sym public_oe property

public SYMBOL,Tools sym
Résultat SYMBOL