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