QueryError Constructor

Declaration

public QueryError();

Declaration

public QueryError(int index, string reason);

Declaration

public QueryError(int index, int length, string reason);

Parameters

index Index where the error happened.
reason Reason why the parsing failed.
length Length of the block that was being parsed.

Description

Construct a new QueryError.


Did you find this page useful? Please give it a rating: