C# Класс YAMP.Exceptions.YAMPParseException

Represents the exception that will be thrown if parse errors occured.
Наследование: YAMPException
Показать файл Открыть проект

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

Метод Описание
ToString ( ) : String

Returns a string representation of the errors.

YAMPParseException ( ParseEngine engine ) : System

Creates a new YAMP Parse Exception.

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

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

Returns a string representation of the errors.
public ToString ( ) : String
Результат String

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

Creates a new YAMP Parse Exception.
public YAMPParseException ( ParseEngine engine ) : System
engine ParseEngine The engine where this happend.
Результат System