|
ArchiveFileRolloverException Event
|
Occurs when an
Exception is encountered during the
Rollover process.
Namespace: GSF.Historian.FilesAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.248-beta
Syntaxpublic event EventHandler<EventArgs<Exception>> RolloverException
Public Event RolloverException As EventHandler(Of EventArgs(Of Exception))
public:
event EventHandler<EventArgs<Exception^>^>^ RolloverException {
void add (EventHandler<EventArgs<Exception^>^>^ value);
void remove (EventHandler<EventArgs<Exception^>^>^ value);
}
member RolloverException : IEvent<EventHandler<EventArgs<Exception>>,
EventArgs<Exception>>
function add_RolloverException(value);
function remove_RolloverException(value);
View SourceValue
EventHandlerEventArgsException
See Also