QueryError
Construct a new QueryError.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Constructor
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
QueryError()
Construct a new QueryError.
public QueryError()
QueryError(int, string)
Construct a new QueryError.
public QueryError(int index, string reason)
Parameters
QueryError(int, int, string)
Construct a new QueryError.
public QueryError(int index, int length, string reason)