Click or drag to resize

SdkBaseException(String, Exception) Constructor

Initializes a new instance of the SdkBaseException class

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

Parameters

message  String
Exception message
inner_exception  Exception
Inner exception
See Also