C# Класс Irontalk.CompileException

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

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

Метод Описание
CompileException ( InputSource source, int lineNumber, string message ) : System
CompileException ( InputSource source, int lineNumber, string message, Exception innerException ) : System

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

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

public CompileException ( InputSource source, int lineNumber, string message ) : System
source InputSource
lineNumber int
message string
Результат System

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

public CompileException ( InputSource source, int lineNumber, string message, Exception innerException ) : System
source InputSource
lineNumber int
message string
innerException System.Exception
Результат System