Couchbase .NET SDK | 3.8.0
Search Results for

    Show / Hide Table of Contents

    Class QueryIndexNotFoundException

    Inheritance
    object
    Exception
    QueryIndexNotFoundException
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.ToString()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    Exception.SerializeObjectState
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Couchbase.Management.Query
    Assembly: Couchbase.NetClient.dll
    Syntax
    public class QueryIndexNotFoundException : Exception, ISerializable

    Constructors

    | Edit this page View Source

    QueryIndexNotFoundException(string, string)

    Declaration
    public QueryIndexNotFoundException(string bucketName, string indexName)
    Parameters
    Type Name Description
    string bucketName
    string indexName

    Implements

    ISerializable

    Extension Methods

    ErrorClassExtensions.Classify(Exception)
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.