C# Класс Tools.CSToolsStopException

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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