Click or drag to resize

IConfigurationBuilderBaseTSetExceptionHandlingStrategy Method

Sets the value specifying how exceptions thrown in the SDK are handled.

Namespace: Sportradar.OddsFeed.SDK.API
Assembly: Sportradar.OddsFeed.SDK.API (in Sportradar.OddsFeed.SDK.API.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
T SetExceptionHandlingStrategy(
	ExceptionHandlingStrategy strategy
)

Parameters

strategy  ExceptionHandlingStrategy
A ExceptionHandlingStrategy enum specifying how exceptions thrown in the SDK are handled

Return Value

T
A IConfigurationBuilderBaseT derived instance used to set general configuration properties
See Also