Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class ViewNotFoundException

Inheritance
object
Exception
CouchbaseException
CouchbaseException<IViewErrorContext>
ViewException
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 class ViewNotFoundException : ViewException, ISerializable

Constructors

View Source

ViewNotFoundException()

Declaration
public ViewNotFoundException()
View Source

ViewNotFoundException(ViewContextError)

Declaration
public ViewNotFoundException(ViewContextError context)
Parameters
Type Name Description
ViewContextError context
View Source

ViewNotFoundException(string)

Declaration
public ViewNotFoundException(string message)
Parameters
Type Name Description
string message
View Source

ViewNotFoundException(string, Exception?)

Declaration
public ViewNotFoundException(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.