C# Class LexicalAnalyzer.MatchException

Inheritance: System.Exception
Show file Open project: MaikelH/BibtexLibrary

Public Methods

Method Description
MatchException ( String character, int position ) : System

Method Details

MatchException() public method

public MatchException ( String character, int position ) : System
character String
position int
return System