C# Класс Veil.VeilCompilerException

Represent general errors during compilation of templates
Наследование: System.Exception
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
VeilCompilerException ( string message, Exception innerException, SyntaxTreeNode node ) : System
VeilCompilerException ( string message, SyntaxTreeNode node ) : System

Creates an exception with the supplied messages

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

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

public VeilCompilerException ( string message, Exception innerException, SyntaxTreeNode node ) : System
message string
innerException System.Exception
node Veil.Parser.SyntaxTreeNode
Результат System

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

Creates an exception with the supplied messages
public VeilCompilerException ( string message, SyntaxTreeNode node ) : System
message string
node Veil.Parser.SyntaxTreeNode
Результат System