FindMyFiles

FindMyFiles.Engine

QuerySyntaxException Class

The query string is syntactically malformed and SearchAsync(string, SearchOptions, CancellationToken) failed to parse it.

public sealed class QuerySyntaxException : System.Exception

Inheritance System.ObjectSystem.Exception → QuerySyntaxException

Constructors

QuerySyntaxException(string) Constructor

The query string is syntactically malformed and SearchAsync(string, SearchOptions, CancellationToken) failed to parse it.

public QuerySyntaxException(string message);

Parameters

message System.String

The human-readable reason returned by the parser.