Method ConnectionFailed
- Namespace
- Innova.Data.Entity.Configuration
- Assembly
- Innova.Data.dll
ConnectionFailed(DbConnection, ConnectionErrorEventData)
Called when closing of a connection has failed with an exception. />.
public void ConnectionFailed(DbConnection connection, ConnectionErrorEventData eventData)
Parameters
connection
DbConnectionThe connection.
eventData
ConnectionErrorEventDataContextual information about the connection.