C# Class Irontalk.ParseException

Inheritance: SourceException
Datei anzeigen Open project: rezonant/irontalk

Public Methods

Method Description
ParseException ( InputSource source, int lineNumber, string message ) : System

Method Details

ParseException() public method

public ParseException ( InputSource source, int lineNumber, string message ) : System
source InputSource
lineNumber int
message string
return System