openPDC Historian Help
ExportProcessException Event
NamespacesTVA.Historian.ExportersExporterBaseExportProcessException
Occurs when the exporter fails to process an Export due to an Exception.
Declaration Syntax
C#Visual BasicVisual C++
public event EventHandler<EventArgs<Export>> ExportProcessException
Public Event ExportProcessException As EventHandler(Of EventArgs(Of Export))
public:
virtual  event EventHandler<EventArgs<Export^>^>^ ExportProcessException {
	void add (EventHandler<EventArgs<Export^>^>^ value);
	void remove (EventHandler<EventArgs<Export^>^>^ value);
}
Remarks
Argument()()() is the Export that the exporter failed to process.

Assembly: TVA.Historian (Module: TVA.Historian) Version: 1.0.33.39252