Skip to main content
A newer version of this page is available. .

DatabaseConnectionException Constructors

The exception occurring after a data source connection has failed.
Name Parameters Description
DatabaseConnectionException(String, Exception) message, innerException Initializes a new instance of the DatabaseConnectionException class with the specified message and exception details.
DatabaseConnectionException(String) message Initializes a new instance of the DatabaseConnectionException class with the specified message.
See Also