Click or drag to resize

SdkConfigException(String) Constructor

Initializes a new instance of the SdkConfigException class

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

Parameters

message  String
Exception message
See Also