AtomsFramework Persistence Layer Reference Guide

DatabaseConnectionException Constructor

[This is preliminary documentation and subject to change.]

Creates a new exception with no context or message text.

Overload List

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);

See Also

DatabaseConnectionException Class | AtomsFramework Namespace