openPDC Historian Help
ServiceProcessError Event
NamespacesTVA.Historian.ServicesServiceServiceProcessError

[This is preliminary documentation and is subject to change.]

Occurs when an Exception is encountered when processing a request.
Declaration Syntax
C#Visual BasicVisual C++
public event EventHandler<EventArgs<Exception>> ServiceProcessError
Public Event ServiceProcessError As EventHandler(Of EventArgs(Of Exception))
public:
virtual  event EventHandler<EventArgs<Exception^>^>^ ServiceProcessError {
	void add (EventHandler<EventArgs<Exception^>^>^ value);
	void remove (EventHandler<EventArgs<Exception^>^>^ value);
}
Remarks
Argument is the exception encountered when processing a request.

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