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