Click or drag to resize

DeserializationExceptionRootElementName Property

Gets the name of the root xml element associated with the exception or a null reference if element name could not be determined

Namespace: Sportradar.OddsFeed.SDK.Common.Exceptions
Assembly: Sportradar.OddsFeed.SDK.Common (in Sportradar.OddsFeed.SDK.Common.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
public string RootElementName { get; }

Property Value

String
The name of the root element.
See Also