Occurs when an Exception is encountered in historic ArchiveFile list building process.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public event EventHandler<EventArgs<Exception>> HistoricFileListBuildException
Public Event HistoricFileListBuildException As EventHandler(Of EventArgs(Of Exception))
public: event EventHandler<EventArgs<Exception^>^>^ HistoricFileListBuildException { void add (EventHandler<EventArgs<Exception^>^>^ value); void remove (EventHandler<EventArgs<Exception^>^>^ value); }