C# Class YAMP.Exceptions.YAMPParseException

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

Méthodes publiques

Méthode Description
ToString ( ) : String

Returns a string representation of the errors.

YAMPParseException ( ParseEngine engine ) : System

Creates a new YAMP Parse Exception.

Method Details

ToString() public méthode

Returns a string representation of the errors.
public ToString ( ) : String
Résultat String

YAMPParseException() public méthode

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