Constructor ClusterSelectingServerFailedEvent
ClusterSelectingServerFailedEvent(ClusterDescription, IServerSelector, Exception, long?, string)
Initializes a new instance of the ClusterSelectingServerFailedEvent struct.
public ClusterSelectingServerFailedEvent(ClusterDescription clusterDescription, IServerSelector serverSelector, Exception exception, long? operationId, string operationName)
Parameters
clusterDescription
ClusterDescriptionThe cluster description.
serverSelector
IServerSelectorThe server selector.
exception
ExceptionThe exception.
operationId
long?The operation identifier.
operationName
stringThe operation name.