C# Класс Evaluator.CompilationException

An exception class providing access to errors thrown by a programmatically-accessed compiler.
Наследование: System.Exception
Показать файл Открыть проект

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

Метод Описание
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