Redigera

Dela via


DatabaseException Class

Definition

Base type for exceptions thrown by storage adapter.

public ref class DatabaseException : Exception
public class DatabaseException : Exception
type DatabaseException = class
    inherit Exception
Public Class DatabaseException
Inherits Exception
Inheritance
DatabaseException
Derived

Constructors

DatabaseException()

Initializes a new instance of the DatabaseException class.

DatabaseException(String, Exception, Int32, Int32, RequestInfo)

Initializes a new instance of the DatabaseException class.

DatabaseException(String, Exception)

Initializes a new instance of the DatabaseException class.

DatabaseException(String, Int32, Int32, RequestInfo)

Initializes a new instance of the DatabaseException class.

DatabaseException(String)

Initializes a new instance of the DatabaseException class.

Properties

HttpStatusCode

Gets the status code indicating the exception root cause.

RequestInfo

Gets the request information.

StatusCode

Gets the status code indicating the exception root cause.

SubStatusCode

Gets the status code indicating the exception root cause.

Applies to