Click or drag to resize
ConnectionPoolCheckingOutConnectionFailedEvent Constructor
This API is preliminary and subject to change.
Initializes a new instance of the ConnectionPoolCheckingOutConnectionFailedEvent struct.

Namespace: MongoDB.Driver.Core.Events
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.4.1
Syntax
public ConnectionPoolCheckingOutConnectionFailedEvent(
	ServerId serverId,
	Exception exception,
	Nullable<long> operationId
)

Parameters

serverId
Type: MongoDB.Driver.Core.ServersServerId
The server identifier.
exception
Type: SystemException
The exception.
operationId
Type: SystemNullableInt64
The operation identifier.
See Also