Click or drag to resize

FeedErrorEventArgs Class

Event arguments passed with OnFeedError
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Sportradar.SDK.FeedProviders.CommonFeedErrorEventArgs

Namespace: Sportradar.SDK.FeedProviders.Common
Assembly: FeedProviderCommon (in FeedProviderCommon.dll) Version: 2.28.0.0
Syntax
C#
[SerializableAttribute]
public class FeedErrorEventArgs : EventArgs

The FeedErrorEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodFeedErrorEventArgsInitializes a new instance of the FeedErrorEventArgs class
Top
Properties
 NameDescription
Public propertyCause Error cause
Public propertyErrorMessage Error message
Public propertyLocalTimestamp Error timestamp (local UTC timestamp)
Public propertySeverity Error severity
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also