Class SubdocExceptionException
Inheritance
SubdocExceptionException
Assembly: Couchbase.NetClient.dll
Syntax
[Obsolete("This class has been made obsolete and will be removed in a later version.")]
public class SubdocExceptionException : KeyValueException, ISerializable
Constructors
View Source
SubdocExceptionException()
Declaration
public SubdocExceptionException()
View Source
SubdocExceptionException(IErrorContext)
Declaration
public SubdocExceptionException(IErrorContext context)
Parameters
Properties
View Source
SubDocumentErrorIndex
Declaration
public int? SubDocumentErrorIndex { get; }
Property Value
View Source
SubDocumentStatus
Declaration
public virtual ResponseStatus SubDocumentStatus { get; }
Property Value
Implements
Extension Methods