C# Class DotNetWorkQueue.Exceptions.CompileException

Inheritance: DotNetWorkQueueException
Afficher le fichier Open project: blehnen/DotNetWorkQueue

Méthodes publiques

Méthode 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

Méthode Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Method Details

CompileException() public méthode

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.
Résultat System

CompileException() public méthode

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.
Résultat System