Click or drag to resize

ArchiveFile.DataWriteException Event

Occurs when an Exception is encountered while writing IDataPoint to the current or historic ArchiveFile.

Namespace: GSF.Historian.Files
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.245-beta
Syntax
public event EventHandler<EventArgs<Exception>> DataWriteException
View Source

Value

EventHandler<EventArgs<Exception>>
See Also