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