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