Enum ExceptionHandlingStrategy
- Namespace
- Sportradar.OddsFeed.SDK.Common.Enums
- Assembly
- Sportradar.OddsFeed.SDK.dll
Enumerates sdk exception handling strategies
public enum ExceptionHandlingStrategy
Fields
Catch = 1Specifies a strategy in which all exceptions are handled by the called instance
Throw = 0Specifies a strategy in which none of the exceptions are thrown to caller