| 
            
              ArchiveFileScannerDataReadExceptionHandler 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
Syntaxpublic EventHandler<EventArgs<Exception>> DataReadExceptionHandler { get; set; }Public Property DataReadExceptionHandler As EventHandler(Of EventArgs(Of Exception))
	Get
	Set
public:
virtual property EventHandler<EventArgs<Exception^>^>^ DataReadExceptionHandler {
	EventHandler<EventArgs<Exception^>^>^ get () sealed;
	void set (EventHandler<EventArgs<Exception^>^>^ value) sealed;
}abstract DataReadExceptionHandler : EventHandler<EventArgs<Exception>> with get, set
override DataReadExceptionHandler : EventHandler<EventArgs<Exception>> with get, set
function get_DataReadExceptionHandler();
function set_DataReadExceptionHandler(value);
 View SourceProperty Value
EventHandlerEventArgsExceptionImplements
IArchiveFileScannerDataReadExceptionHandler
See Also