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
connection
DbConnectionThe connection.
eventData
ConnectionErrorEventDataContextual information about the connection.
cancellationToken
CancellationTokenThe cancellation token.