Struct ConnectionOpeningFailedEvent
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
Occurs when a connection fails to open.
public struct ConnectionOpeningFailedEvent
Inherited Members
Constructors
ConnectionOpeningFailedEvent(ConnectionId, ConnectionSettings, Exception, long?)
Initializes a new instance of the ConnectionOpeningFailedEvent struct.
Properties
Gets the cluster identifier.
Gets the connection identifier.
Gets the connection settings.
Gets the exception.
Gets the operation identifier.
Gets the server identifier.
Gets the timestamp.