Table of Contents

Enum ExceptionHandlingStrategy

Namespace
Sportradar.OddsFeed.SDK.Common.Enums
Assembly
Sportradar.OddsFeed.SDK.dll

Enumerates sdk exception handling strategies

public enum ExceptionHandlingStrategy

Fields

Catch = 1

Specifies a strategy in which all exceptions are handled by the called instance

Throw = 0

Specifies a strategy in which none of the exceptions are thrown to caller