Bewerken

Delen via


DatabaseClientException Class

Definition

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
DatabaseClientException

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)

Applies to