DatabaseException 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.
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
- 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. |