C# Класс Veil.VeilParserException

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

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

Метод Описание
VeilParserException ( string message, SourceLocation location ) : System

Create an exception with the supplied message

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

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

Create an exception with the supplied message
public VeilParserException ( string message, SourceLocation location ) : System
message string
location Veil.Parser.SourceLocation
Результат System