Table of Contents

Class InitException

Namespace
Sportradar.LiveData.Sdk.Common.Exceptions
Assembly
Sportradar.LiveData.Sdk.dll

Initialization exception.

[Serializable]
public class InitException : SdkBaseException, ISerializable
Inheritance
InitException
Implements
Derived
Inherited Members

Constructors

InitException()

public InitException()

InitException(string)

Initializes a new instance of the InitException class

public InitException(string message)

Parameters

message string

Exception message

InitException(string, Exception)

Initializes a new instance of the InitException class

public InitException(string message, Exception inner_exception)

Parameters

message string

Exception message

inner_exception Exception

Inner exception