Table of Contents

Struct ConnectionFailedEvent

Namespace
MongoDB.Driver.Core.Events
Assembly
MongoDB.Driver.Core.dll

Occurs when a connection fails.

public struct ConnectionFailedEvent
Inherited Members

Constructors

ConnectionFailedEvent(ConnectionId, Exception)

Initializes a new instance of the ConnectionFailedEvent struct.

Properties

ClusterId

Gets the cluster identifier.

ConnectionId

Gets the connection identifier.

Exception

Gets the exception.

ServerId

Gets the server identifier.

Timestamp

Gets the timestamp.