Click or drag to resize

ConnectionCheckOutFailedReason Enumeration

Represents the reason an attempt to check out a connection failed.

Namespace:  MongoDB.Driver.Core.Events
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.13.1-v2-13-x1+a7f8afe27855f38f4f72157d11ba2ae73895502e
Syntax
public enum ConnectionCheckOutFailedReason
Members
  Member nameValueDescription
PoolClosed0 The connection pool is closed.
Timeout1 Timeout waiting for a connection to become available.
ConnectionError2 Connection error while opening a new connection.
See Also