DatabaseClientException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The exception that's thrown when the operation failed with a specific reason and should not retry.
public ref class DatabaseClientException : System::Cloud::DocumentDb::DatabaseException
public class DatabaseClientException : System.Cloud.DocumentDb.DatabaseException
type DatabaseClientException = class
inherit DatabaseException
Public Class DatabaseClientException
Inherits DatabaseException
- Inheritance
Remarks
Check the log and eliminate this kind of request. Http code 400, 401, 403, 413. Covered codes may vary on specific engine requirements.
Constructors
DatabaseClientException() |
Initializes a new instance of the DatabaseClientException class. |
DatabaseClientException(String, Exception) |
Initializes a new instance of the DatabaseClientException class. |
DatabaseClientException(String) |
Initializes a new instance of the DatabaseClientException class. |
Properties
HttpStatusCode |
Gets the status code indicating the exception root cause. (Inherited from DatabaseException) |
RequestInfo |
Gets the request information. (Inherited from DatabaseException) |
StatusCode |
Gets the status code indicating the exception root cause. (Inherited from DatabaseException) |
SubStatusCode |
Gets the status code indicating the exception root cause. (Inherited from DatabaseException) |