Table of Contents

Class InternalErrorEventArgs

Namespace
StackExchange.Redis
Assembly
StackExchange.Redis.StrongName.dll

Describes internal errors (mainly intended for debugging)

public class InternalErrorEventArgs : EventArgs
Inheritance
InternalErrorEventArgs
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 (this can be null)

public EndPoint EndPoint { get; }

Property Value

EndPoint

Exception

Gets the exception if available (this can be null)

public Exception Exception { get; }

Property Value

Exception

Origin

The underlying origin of the error

public string Origin { get; }

Property Value

string