Click or drag to resize

OddsCreatorException(String, Exception) Constructor

Initializes a new instance of the OddsCreatorException class

Namespace: Sportradar.SDK.FeedProviders.OddsCreator
Assembly: OddsCreatorProvider (in OddsCreatorProvider.dll) Version: 2.28.0.0
Syntax
C#
public OddsCreatorException(
	string message,
	Exception inner_exception
)

Parameters

message  String

[Missing <param name="message"/> documentation for "M:Sportradar.SDK.FeedProviders.OddsCreator.OddsCreatorException.#ctor(System.String,System.Exception)"]

inner_exception  Exception

[Missing <param name="inner_exception"/> documentation for "M:Sportradar.SDK.FeedProviders.OddsCreator.OddsCreatorException.#ctor(System.String,System.Exception)"]

See Also