C# Class ComponentFactory.Quicksilver.Binding.ParseException

Exception indicating error parsing an input string.
Inheritance: System.ApplicationException
Show file Open project: ComponentFactory/Quicksilver

Public Methods

Method Description
ParseException ( int index, string message ) : System

Initialize a new instance of the ParseException instance.

Method Details

ParseException() public method

Initialize a new instance of the ParseException instance.
public ParseException ( int index, string message ) : System
index int Index of character position associated with error.
message string Error message.
return System