Class ConnectionFailedEventArgs
- Namespace
- StackExchange.Redis
- Assembly
- StackExchange.Redis.StrongName.dll
Contains information about a server connection failure
public sealed class ConnectionFailedEventArgs : EventArgs
- Inheritance
-
ConnectionFailedEventArgs
- Inherited Members
Properties
ConnectionType
Gets the connection-type of the failing connection
public ConnectionType ConnectionType { get; }
Property Value
EndPoint
Gets the failing server-endpoint
public EndPoint EndPoint { get; }
Property Value
Exception
Gets the exception if available (this can be null)
public Exception Exception { get; }
Property Value
FailureType
The type of failure
public ConnectionFailureType FailureType { get; }