openPDC Historian Help
ReplicationException Event
NamespacesTVA.Historian.ReplicationReplicationProviderBaseReplicationException
Occurs when an Exception is encountered during the replication process of IArchive.
Declaration Syntax
C#Visual BasicVisual C++
public event EventHandler<EventArgs<Exception>> ReplicationException
Public Event ReplicationException As EventHandler(Of EventArgs(Of Exception))
public:
virtual  event EventHandler<EventArgs<Exception^>^>^ ReplicationException {
	void add (EventHandler<EventArgs<Exception^>^>^ value);
	void remove (EventHandler<EventArgs<Exception^>^>^ value);
}

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