C# 클래스 DotNetWorkQueue.Exceptions.CompileException

상속: DotNetWorkQueueException
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue

공개 메소드들

메소드 설명
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