Fauna v10 .NET/C# Driver 1.0.0
 
Loading...
Searching...
No Matches
QueryTimeoutException.cs
Go to the documentation of this file.
1using Fauna.Core;
2
3namespace Fauna.Exceptions;
4
9{
15 public QueryTimeoutException(string message, QueryFailure failure) : base(message, failure)
16 {
17 }
18}
Represents a failed query response.
Represents exceptions thrown when the query execution time exceeds the specified or default timeout p...
QueryTimeoutException(string message, QueryFailure failure)
Initializes a new instance of the QueryTimeoutException class with a specified error message and quer...
Represents exceptions thrown when the query execution time exceeds the specified or default timeout p...