openPDC Historian Help
DataWriteException Event
NamespacesTVA.Historian.FilesArchiveFileDataWriteException
Occurs when an Exception is encountered while writing IDataPoint to the current or historic ArchiveFile.
Declaration Syntax
C#Visual BasicVisual 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);
}

Assembly: TVA.Historian (Module: TVA.Historian) Version: 1.0.33.39252