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
messagestringException message
InitException(string, Exception)
Initializes a new instance of the InitException class
public InitException(string message, Exception inner_exception)