The event sent when an error is sent for a statistic from statistic server.

C# | Visual Basic | Visual C++ |
event EventHandler<StatErrorEventArgs> StatisticError
Event StatisticError As EventHandler(Of StatErrorEventArgs)
event EventHandler<StatErrorEventArgs^>^ StatisticError { void add (EventHandler<StatErrorEventArgs^>^ value); void remove (EventHandler<StatErrorEventArgs^>^ value); }