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