openPDC Historian Help
OnExportProcessException Method (export, exception)
NamespacesTVA.Historian.ExportersExporterBaseOnExportProcessException(Export, Exception)
Raises the ExportProcessException event.
Declaration Syntax
C#Visual BasicVisual C++
protected virtual void OnExportProcessException(
	Export export,
	Exception exception
)
Protected Overridable Sub OnExportProcessException ( _
	export As Export, _
	exception As Exception _
)
protected:
virtual void OnExportProcessException(
	Export^ export, 
	Exception^ exception
)
Parameters
export (Export)
Export to send to ExportProcessException event.
exception (Exception)
Exception to send to ExportProcessException event.

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