Share via


DocumentClientException Members

Represents the base class for Azure DocumentDB client exceptions.

The following tables list the members exposed by the DocumentClientException type.

Public Properties

(see also Protected Properties)

  Name Description
public property ActivityId Gets the activity ID associated with the request.
public property Data  (Inherited from Exception)
public property Error Gets the error code associated with the exception.
public property HelpLink  (Inherited from Exception)
public property InnerException  (Inherited from Exception)
public property Message  (Inherited from Exception)
public property RequestCharge Gets the cost of the request.
public property ResponseHeaders Gets the headers associated with the response.
public property RetryAfter Gets the recommended time interval after which the client can retry failed requests.
public property Source  (Inherited from Exception)
public property StackTrace  (Inherited from Exception)
public property StatusCode Gets or sets the request status code.

Top

Protected Properties

  Name Description
protected property HResult  (Inherited from Exception)

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Equals  (Inherited from Object)
public method GetBaseException  (Inherited from Exception)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method ToString  Overridden. (Inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)

Top

See Also

Reference

DocumentClientException Class
Microsoft.Azure.Documents Namespace