Click or drag to resize

ConnectionExceptionEventArgs Constructor

Initializes a new instance of the ConnectionExceptionEventArgs class

Namespace: Sportradar.OddsFeed.SDK.API.EventArguments
Assembly: Sportradar.OddsFeed.SDK.API (in Sportradar.OddsFeed.SDK.API.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
public ConnectionExceptionEventArgs(
	Exception exception,
	IDictionary<string, Object> detail
)

Parameters

exception  Exception
The exception that caused an error
detail  IDictionaryString, Object
Details about the error
See Also