Class QueryException
Inheritance
QueryException
Assembly: Couchbase.NetClient.dll
Syntax
public abstract class QueryException : CouchbaseException<IQueryErrorContext>, ISerializable
Constructors
|
Edit this page
View Source
QueryException()
Declaration
protected QueryException()
|
Edit this page
View Source
QueryException(IQueryErrorContext)
Declaration
protected QueryException(IQueryErrorContext context)
Parameters
|
Edit this page
View Source
QueryException(string)
Declaration
protected QueryException(string message)
Parameters
Type |
Name |
Description |
string |
message |
|
|
Edit this page
View Source
QueryException(string, Exception?)
Declaration
protected QueryException(string message, Exception? innerException)
Parameters
Implements
Extension Methods