openPDC Historian Help
LastProcessError Property
NamespacesTVA.Historian.ExportersExportLastProcessError
Gets or sets any Exception encountered when the Export was last processed.
Declaration Syntax
C#Visual BasicVisual C++
[XmlIgnoreAttribute]
public Exception LastProcessError { get; set; }
<XmlIgnoreAttribute> _
Public Property LastProcessError As Exception
[XmlIgnoreAttribute]
public:
property Exception^ LastProcessError {
	Exception^ get ();
	void set (Exception^ value);
}

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