C# Класс csscript.CompilerException

Наследование: System.ApplicationException
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CompilerException ( ) : System

Gets or sets the errors.

Initializes a new instance of the CompilerException class.

CompilerException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the CompilerException class.

CompilerException ( string message ) : System

Initializes a new instance of the CompilerException class.

Create ( CompilerErrorCollection Errors, bool hideCompilerWarnings ) : CompilerException

Creates the CompilerException instance from the specified compiler errors.

Описание методов

CompilerException() публичный Метод

Gets or sets the errors. Initializes a new instance of the CompilerException class.
public CompilerException ( ) : System
Результат System

CompilerException() публичный Метод

Initializes a new instance of the CompilerException class.
public CompilerException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The object that holds the serialized object data.
context System.Runtime.Serialization.StreamingContext The contextual information about the source or destination.
Результат System

CompilerException() публичный Метод

Initializes a new instance of the CompilerException class.
public CompilerException ( string message ) : System
message string The message.
Результат System

Create() публичный статический Метод

Creates the CompilerException instance from the specified compiler errors.
public static Create ( CompilerErrorCollection Errors, bool hideCompilerWarnings ) : CompilerException
Errors System.CodeDom.Compiler.CompilerErrorCollection The compiler errors.
hideCompilerWarnings bool if set to true hide compiler warnings.
Результат CompilerException