Click or drag to resize
PerformanceCounterListenerConnectionErrorOpening Method
This API is preliminary and subject to change.
An event that occurs when there is an error while opening a connection.

Namespace: MongoDB.Driver.Core.Events.Diagnostics
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.0.1
Syntax
public void ConnectionErrorOpening(
	ConnectionErrorOpeningEvent event
)

Parameters

event
Type: MongoDB.Driver.Core.EventsConnectionErrorOpeningEvent
The event.

Implements

IConnectionListenerConnectionErrorOpening(ConnectionErrorOpeningEvent)
See Also