Class DocumentUnretrievableException
Inheritance
DocumentUnretrievableException
Assembly: Couchbase.NetClient.dll
Syntax
public class DocumentUnretrievableException : KeyValueException, ISerializable
Constructors
View Source
DocumentUnretrievableException(AggregateException)
Declaration
public DocumentUnretrievableException(AggregateException aggregate)
Parameters
View Source
DocumentUnretrievableException(string)
Declaration
public DocumentUnretrievableException(string message)
Parameters
| Type |
Name |
Description |
| string |
message |
|
View Source
DocumentUnretrievableException(string, AggregateException)
Declaration
public DocumentUnretrievableException(string message, AggregateException aggregate)
Parameters
Properties
View Source
InnerExceptions
Declaration
public ReadOnlyCollection<Exception> InnerExceptions { get; }
Property Value
Implements
Extension Methods