Occurs when an Exception is encountered while writing IDataPoint to the current or historic ArchiveFile.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public event EventHandler<EventArgs<Exception>> DataWriteException
Public Event DataWriteException As EventHandler(Of EventArgs(Of Exception))
public: event EventHandler<EventArgs<Exception^>^>^ DataWriteException { void add (EventHandler<EventArgs<Exception^>^>^ value); void remove (EventHandler<EventArgs<Exception^>^>^ value); }