Click or drag to resize

MetadataProviderBaseOnMetadataRefreshException Method

Raises the MetadataRefreshException event.

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

Parameters

ex  Exception
Exception to send to MetadataRefreshException event.
See Also