Click or drag to resize

ArchiveDataBlockOnDataReadException Method

Raises the DataReadException event.

Namespace: GSF.Historian.Files
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
protected virtual void OnDataReadException(
	Exception ex
)
View Source

Parameters

ex  Exception
Exception to send to DataReadException event.
See Also