Fauna v10 .NET/C# Driver
1.0.0
Loading...
Searching...
No Matches
repo.git
Fauna
Exceptions
QueryCheckException.cs
Go to the documentation of this file.
1
using
Fauna.Core
;
2
3
namespace
Fauna.Exceptions
;
4
8
public
class
QueryCheckException
:
ServiceException
9
{
15
public
QueryCheckException
(
string
message,
QueryFailure
failure) : base(message, failure)
16
{
17
}
18
}
Fauna.Core.QueryFailure
Represents a failed query response.
Definition
QueryResponse.cs:164
Fauna.Exceptions.QueryCheckException
Represents exceptions thrown when the query has syntax errors.
Definition
QueryCheckException.cs:9
Fauna.Exceptions.QueryCheckException.QueryCheckException
QueryCheckException(string message, QueryFailure failure)
Initializes a new instance of the QueryCheckException class with a specified error message and query ...
Definition
QueryCheckException.cs:15
Fauna.Exceptions.ServiceException
Represents an exception related to Fauna service errors, particularly for query failures.
Definition
ServiceException.cs:10
Fauna.Core
Definition
Connection.cs:13
Fauna.Exceptions
Definition
AbortException.cs:5
Generated by
1.9.8