C# Class YAMP.Exceptions.YAMPParseException

Represents the exception that will be thrown if parse errors occured.
Inheritance: YAMPException
Mostrar archivo Open project: FlorianRappl/YAMP

Public Methods

Method Description
ToString ( ) : String

Returns a string representation of the errors.

YAMPParseException ( ParseEngine engine ) : System

Creates a new YAMP Parse Exception.

Method Details

ToString() public method

Returns a string representation of the errors.
public ToString ( ) : String
return String

YAMPParseException() public method

Creates a new YAMP Parse Exception.
public YAMPParseException ( ParseEngine engine ) : System
engine ParseEngine The engine where this happend.
return System