C# Class DotNetWorkQueue.Exceptions.CompileException

Inheritance: DotNetWorkQueueException
Exibir arquivo Open project: blehnen/DotNetWorkQueue

Public Methods

Method Description
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.

Private Methods

Method Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Method Details

CompileException() public method

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.
return System

CompileException() public method

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.
return System