Class SdkBaseException
- Namespace
- Sportradar.LiveData.Sdk.Common.Exceptions
- Assembly
- Sportradar.LiveData.Sdk.dll
SDK base application exception that all other SDK exception should derive from.
[Serializable]
public class SdkBaseException : ApplicationException, ISerializable
- Inheritance
-
SdkBaseException
- Implements
- Derived
- Inherited Members
Constructors
SdkBaseException()
public SdkBaseException()
SdkBaseException(string)
Initializes a new instance of the SdkBaseException class
public SdkBaseException(string message)
Parameters
messagestringException message
SdkBaseException(string, Exception)
Initializes a new instance of the SdkBaseException class
public SdkBaseException(string message, Exception inner_exception)
Parameters
Properties
Identifier
Special exception identifier that can be used for tracking down exception details in the log files.
public Guid Identifier { get; protected set; }