ConnectionFailedEvent Constructor |
This API is preliminary and subject to change.
Namespace: MongoDB.Driver.Core.EventsAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.3.0
Syntaxpublic ConnectionFailedEvent(
ConnectionId connectionId,
Exception exception
)
Public Sub New (
connectionId As ConnectionId,
exception As Exception
)
new :
connectionId : ConnectionId *
exception : Exception -> ConnectionFailedEvent
Parameters
- connectionId
- Type: MongoDB.Driver.Core.ConnectionsConnectionId
The connection identifier. - exception
- Type: SystemException
The exception.
See Also