C# Класс Tools.CSToolsFatalException

Наследование: CSToolsException
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

CSToolsFatalException() публичный Метод

public CSToolsFatalException ( int n, Lexer yl, int p, string y, string s ) : System
n int
yl Lexer
p int
y string
s string
Результат System

CSToolsFatalException() публичный Метод

public CSToolsFatalException ( int n, Lexer yl, string s ) : System
n int
yl Lexer
s string
Результат System

CSToolsFatalException() публичный Метод

public CSToolsFatalException ( int n, Lexer yl, string yy, string s ) : System
n int
yl Lexer
yy string
s string
Результат System

CSToolsFatalException() публичный Метод

public CSToolsFatalException ( int en, SourceLineInfo s, string y, string m ) : System
en int
s SourceLineInfo
y string
m string
Результат System

CSToolsFatalException() публичный Метод

public CSToolsFatalException ( int n, TOKEN t, string s ) : System
n int
t TOKEN
s string
Результат System

CSToolsFatalException() публичный Метод

public CSToolsFatalException ( int n, string s ) : System
n int
s string
Результат System

Handle() публичный Метод

public Handle ( ErrorHandler erh ) : void
erh ErrorHandler
Результат void