C# 클래스 Evaluator.CompilationException

An exception class providing access to errors thrown by a programmatically-accessed compiler.
상속: System.Exception
파일 보기 프로젝트 열기: swax/SwarmNLP

공개 메소드들

메소드 설명
CompilationException ( CompilerErrorCollection resultErrors ) : System

Initializes a new instance of the CompilationException class.

CompilationException ( CompilerErrorCollection resultErrors, String resultSource ) : System

Initializes a new instance of the CompilationException class.

ToString ( ) : string

Returns a System.String that represents the current CompilationException.

메소드 상세

CompilationException() 공개 메소드

Initializes a new instance of the CompilationException class.
public CompilationException ( CompilerErrorCollection resultErrors ) : System
resultErrors System.CodeDom.Compiler.CompilerErrorCollection /// The collection of errors generated by the compiler. ///
리턴 System

CompilationException() 공개 메소드

Initializes a new instance of the CompilationException class.
public CompilationException ( CompilerErrorCollection resultErrors, String resultSource ) : System
resultErrors System.CodeDom.Compiler.CompilerErrorCollection /// The collection of errors generated by the compiler. ///
resultSource String /// The source that the compiler attempted to compile. ///
리턴 System

ToString() 공개 메소드

Returns a System.String that represents the current CompilationException.
public ToString ( ) : string
리턴 string