Click or drag to resize

IExporterExportProcessException Event

Occurs when the exporter fails to process an Export due to an Exception.

Namespace: GSF.Historian.Exporters
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
event EventHandler<EventArgs<Export>> ExportProcessException
View Source

Value

EventHandlerEventArgsExport
Remarks
Argument is the Export that the exporter failed to process.
See Also