C# Класс DotNetWorkQueue.Exceptions.CompileException

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

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

Метод Описание
CompileException ( string message, Exception inner, string compileCode ) : System

Initializes a new instance of the CompileException class.

CompileException ( string message, string compileCode ) : System

Initializes a new instance of the CompileException class.

Приватные методы

Метод Описание
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

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

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

Initializes a new instance of the CompileException class.
public CompileException ( string message, Exception inner, string compileCode ) : System
message string The message.
inner System.Exception The inner.
compileCode string The compile code.
Результат System

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

Initializes a new instance of the CompileException class.
public CompileException ( string message, string compileCode ) : System
message string The message.
compileCode string The code being compiled.
Результат System