[This is preliminary documentation and subject to change.]
Creates a new exception with no context or message text.
Creates a new exception with no context or message text.
public DatabaseConnectionException();
Creates a new exception with the specified message
public DatabaseConnectionException(string);
Creates a new exception with the specified message and with an inner exception
public DatabaseConnectionException(string,Exception);
DatabaseConnectionException Class | AtomsFramework Namespace