| 
            
              IArchiveFileScannerDataReadExceptionHandler Property
             | 
          
        
        
            Gets or sets the handler used to handle
            errors that occur while scanning the file.
            
        
        Namespace: GSF.Historian.FilesAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.258-beta
SyntaxEventHandler<EventArgs<Exception>> DataReadExceptionHandler { get; set; }Property DataReadExceptionHandler As EventHandler(Of EventArgs(Of Exception))
	Get
	Set
property EventHandler<EventArgs<Exception^>^>^ DataReadExceptionHandler {
	EventHandler<EventArgs<Exception^>^>^ get ();
	void set (EventHandler<EventArgs<Exception^>^>^ value);
}abstract DataReadExceptionHandler : EventHandler<EventArgs<Exception>> with get, set
function get_DataReadExceptionHandler();
function set_DataReadExceptionHandler(value);
 View SourceProperty Value
EventHandlerEventArgsException
See Also