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