DatabaseServerException Class

Definition

The exception that's thrown when the operation failed without a specific reason.

public ref class DatabaseServerException : System::Cloud::DocumentDb::DatabaseException
public class DatabaseServerException : System.Cloud.DocumentDb.DatabaseException
type DatabaseServerException = class
    inherit DatabaseException
Public Class DatabaseServerException
Inherits DatabaseException
Inheritance
DatabaseServerException

Remarks

It might be due to failures on server side. Ask the engineer to investigate this case and escalate if necessary. Http code 500.

Constructors

DatabaseServerException()

Initializes a new instance of the DatabaseServerException class.

DatabaseServerException(String, Exception, Int32, Int32, RequestInfo)

Initializes a new instance of the DatabaseServerException class.

DatabaseServerException(String, Exception)

Initializes a new instance of the DatabaseServerException class.

DatabaseServerException(String, Int32, Int32, RequestInfo)

Initializes a new instance of the DatabaseServerException class.

DatabaseServerException(String)

Initializes a new instance of the DatabaseServerException 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