Click or drag to resize

ReplicationProviderBaseOnReplicationException Method

Raises the ReplicationException event.

Namespace: GSF.Historian.Replication
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
protected virtual void OnReplicationException(
	Exception ex
)
View Source

Parameters

ex  Exception
Exception to send to ReplicationException event.
See Also