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
EndPoint
Gets the failing server-endpoint (this can be null)
public EndPoint EndPoint { get; }
Property Value
Exception
Gets the exception if available (this can be null)
public Exception Exception { get; }
Property Value
Origin
The underlying origin of the error
public string Origin { get; }