Table of Contents

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

message string

Exception message

SdkBaseException(string, Exception)

Initializes a new instance of the SdkBaseException class

public SdkBaseException(string message, Exception inner_exception)

Parameters

message string

Exception message

inner_exception Exception

Inner exception

Properties

Identifier

Special exception identifier that can be used for tracking down exception details in the log files.

public Guid Identifier { get; protected set; }

Property Value

Guid