Constructs a new exception with the specified message.
@param message the message to use for this exception, may be null
@param parsedData the parsed text, should not be null
@param errorIndex the index _in the parsed string that was invalid, should be a valid index
this(string message, string parsedData, int errorIndex)
Constructs a new exception with the specified message.
@param message the message to use for this exception, may be null @param parsedData the parsed text, should not be null @param errorIndex the index _in the parsed string that was invalid, should be a valid index