Click or drag to resize

ExceptionHandlingStrategy Enumeration

Enumerates sdk exception handling strategies

Namespace: Sportradar.OddsFeed.SDK.Common
Assembly: Sportradar.OddsFeed.SDK.Common (in Sportradar.OddsFeed.SDK.Common.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
public enum ExceptionHandlingStrategy
Members
Member nameValueDescription
THROW0 Specifies a strategy in which none of the exceptions are thrown to caller
CATCH1 Specifies a strategy in which all exceptions are handled by the called instance
See Also