Method ConnectionFailedAsync
- Namespace
 - Innova.Data.Entity.Configuration
 
- Assembly
 - Innova.Data.dll
 
ConnectionFailedAsync(DbConnection, ConnectionErrorEventData, CancellationToken)
Called when closing of a connection has failed with an exception. />.
public Task ConnectionFailedAsync(DbConnection connection, ConnectionErrorEventData eventData, CancellationToken cancellationToken = default)
Parameters
connectionDbConnectionThe connection.
eventDataConnectionErrorEventDataContextual information about the connection.
cancellationTokenCancellationTokenThe cancellation token.