Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class ViewException

Inheritance
object
Exception
CouchbaseException
CouchbaseException<IViewErrorContext>
ViewException
DesignDocumentNotFoundException
ViewNotFoundException
Implements
ISerializable
Inherited Members
CouchbaseException<IViewErrorContext>.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.View
Assembly: Couchbase.NetClient.dll
Syntax
public abstract class ViewException : CouchbaseException<IViewErrorContext>, ISerializable

Constructors

View Source

ViewException()

Declaration
protected ViewException()
View Source

ViewException(IViewErrorContext)

Declaration
protected ViewException(IViewErrorContext context)
Parameters
Type Name Description
IViewErrorContext context
View Source

ViewException(string)

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

ViewException(string, Exception?)

Declaration
protected ViewException(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.