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 | |
---|---|---|
ActivityId | Gets the activity ID associated with the request. | |
Data | (Inherited from Exception) | |
Error | Gets the error code associated with the exception. | |
HelpLink | (Inherited from Exception) | |
InnerException | (Inherited from Exception) | |
Message | (Inherited from Exception) | |
RequestCharge | Gets the cost of the request. | |
ResponseHeaders | Gets the headers associated with the response. | |
RetryAfter | Gets the recommended time interval after which the client can retry failed requests. | |
Source | (Inherited from Exception) | |
StackTrace | (Inherited from Exception) | |
StatusCode | Gets or sets the request status code. |
Top
Protected Properties
Name | Description | |
---|---|---|
HResult | (Inherited from Exception) |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | (Inherited from Object) | |
GetBaseException | (Inherited from Exception) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ToString | Overridden. (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top
See Also
Reference
DocumentClientException Class
Microsoft.Azure.Documents Namespace