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