Click or drag to resize

TimeSortedArchiveFileScannerDataReadExceptionHandler Property

Gets or sets the handler used to handle errors that occur while scanning the file.

Namespace: GSF.Historian.Files
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
public EventHandler<EventArgs<Exception>> DataReadExceptionHandler { get; set; }
View Source

Property Value

EventHandlerEventArgsException

Implements

IArchiveFileScannerDataReadExceptionHandler
See Also