Struct ConnectionFailedEvent
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
Occurs when a connection fails.
public struct ConnectionFailedEvent
Inherited Members
object.ReferenceEquals(object, object)
Constructors
ConnectionFailedEvent(ConnectionId, Exception)
Initializes a new instance of the ConnectionFailedEvent struct.
Properties
Gets the cluster identifier.
Gets the connection identifier.
Gets the exception.
Gets the server identifier.
Gets the timestamp.