Struct ConnectionFailedEvent
Occurs when a connection fails.
public struct ConnectionFailedEvent
- Inherited Members
Constructors
ConnectionFailedEvent(ConnectionId, Exception)
Initializes a new instance of the ConnectionFailedEvent struct.
public ConnectionFailedEvent(ConnectionId connectionId, Exception exception)
Parameters
connectionId
ConnectionIdThe connection identifier.
exception
ExceptionThe exception.
Properties
ClusterId
Gets the cluster identifier.
public ClusterId ClusterId { get; }
Property Value
ConnectionId
Gets the connection identifier.
public ConnectionId ConnectionId { get; }
Property Value
Exception
Gets the exception.
public Exception Exception { get; }
Property Value
- Exception
The exception.
ServerId
Gets the server identifier.
public ServerId ServerId { get; }
Property Value
Timestamp
Gets the timestamp.
public DateTime Timestamp { get; }