Click or drag to resize

MetadataProviderBaseMetadataRefreshException Event

Occurs when an Exception is encountered during Refresh of Metadata.

Namespace: GSF.Historian.MetadataProviders
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
public event EventHandler<EventArgs<Exception>> MetadataRefreshException
View Source

Value

EventHandlerEventArgsException

Implements

IMetadataProviderMetadataRefreshException
Remarks
Argument is the Exception encountered during Refresh.
See Also