|
ArchiveReaderDataReadException Event
|
Occurs when an
Exception is encountered while reading
IDataPoint from the current or historic
ArchiveFile.
Namespace: GSF.Historian.FilesAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.246-beta
Syntaxpublic event EventHandler<EventArgs<Exception>> DataReadException
Public Event DataReadException As EventHandler(Of EventArgs(Of Exception))
public:
event EventHandler<EventArgs<Exception^>^>^ DataReadException {
void add (EventHandler<EventArgs<Exception^>^>^ value);
void remove (EventHandler<EventArgs<Exception^>^>^ value);
}
member DataReadException : IEvent<EventHandler<EventArgs<Exception>>,
EventArgs<Exception>>
function add_DataReadException(value);
function remove_DataReadException(value);
View SourceValue
EventHandlerEventArgsException
See Also