Click or drag to resize

InitException(String) Constructor

Initializes a new instance of the InitException class

Namespace: Sportradar.SDK.Common.Exceptions
Assembly: Common (in Common.dll) Version: 2.28.0.0
Syntax
C#
public InitException(
	string message
)

Parameters

message  String
Exception message
See Also