Click or drag to resize

NotStartedException(String) Constructor

Initializes a new instance of the NotStartedException class

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

Parameters

message  String
Exception message
See Also