Version: 2022.2
言語: 日本語

QueryErrorConstructor

マニュアルに切り替える
public QueryError ();
public QueryError (int index, string reason);
public QueryError (int index, int length, string reason);

パラメーター

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

説明

Construct a new QueryError.