| 
            
              ReplicationProviderBaseReplicationException Event
             | 
          
        
        
            Occurs when an 
Exception is encountered during the replication process of 
IArchive.
            
 
        
        Namespace: GSF.Historian.ReplicationAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.257-beta
Syntaxpublic 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);
}abstract ReplicationException : IEvent<EventHandler<EventArgs<Exception>>,
    EventArgs<Exception>>
override ReplicationException : IEvent<EventHandler<EventArgs<Exception>>,
    EventArgs<Exception>>function add_ReplicationException(value);
function remove_ReplicationException(value);
 View SourceValue
EventHandlerEventArgsExceptionImplements
IReplicationProviderReplicationException
See Also