Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class QueryException

Inheritance
object
Exception
CouchbaseException
CouchbaseException<IQueryErrorContext>
QueryException
DmlFailureException
PreparedStatementException
QueryContextMissingException
Implements
ISerializable
Inherited Members
CouchbaseException<IQueryErrorContext>.Context
CouchbaseException.ToString()
Exception.GetBaseException()
Exception.GetType()
Exception.TargetSite
Exception.Message
Exception.Data
Exception.InnerException
Exception.HelpLink
Exception.Source
Exception.HResult
Exception.StackTrace
Exception.SerializeObjectState
object.MemberwiseClone()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Couchbase.Core.Exceptions.Query
Assembly: Couchbase.NetClient.dll
Syntax
public abstract class QueryException : CouchbaseException<IQueryErrorContext>, ISerializable

Constructors

View Source

QueryException()

Declaration
protected QueryException()
View Source

QueryException(IQueryErrorContext)

Declaration
protected QueryException(IQueryErrorContext context)
Parameters
Type Name Description
IQueryErrorContext context
View Source

QueryException(string)

Declaration
protected QueryException(string message)
Parameters
Type Name Description
string message
View Source

QueryException(string, Exception?)

Declaration
protected QueryException(string message, Exception? innerException)
Parameters
Type Name Description
string message
Exception innerException

Implements

ISerializable

Extension Methods

ExceptionExtensions.ResolveRetryReason(CouchbaseException)
ErrorClassExtensions.Classify(Exception)
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.