C# Class Cottle.Exceptions.ParseException

Inheritance: System.Exception
Afficher le fichier Open project: r3c/cottle Class Usage Examples

Méthodes publiques

Méthode Description
ParseException ( int column, int line, string lexem, string expected ) : System

Method Details

ParseException() public méthode

public ParseException ( int column, int line, string lexem, string expected ) : System
column int
line int
lexem string
expected string
Résultat System