Table of Contents

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

ConnectionType

EndPoint

Gets the failing server-endpoint

public EndPoint EndPoint { get; }

Property Value

EndPoint

Exception

Gets the exception if available (this can be null)

public Exception Exception { get; }

Property Value

Exception

FailureType

The type of failure

public ConnectionFailureType FailureType { get; }

Property Value

ConnectionFailureType