|
LogFileLogException Event
|
Occurs when an
Exception is encountered while writing entries to the
LogFile.
Namespace: GSF.IOAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.248-beta+a497a19de709fd99e2448886199a2c8824265ddf
Syntaxpublic event EventHandler<EventArgs<Exception>> LogException
Public Event LogException As EventHandler(Of EventArgs(Of Exception))
public:
event EventHandler<EventArgs<Exception^>^>^ LogException {
void add (EventHandler<EventArgs<Exception^>^>^ value);
void remove (EventHandler<EventArgs<Exception^>^>^ value);
}
function add_LogException(value);
function remove_LogException(value);
View SourceValue
EventHandlerEventArgsException
RemarksArgument is the
Exception encountered during writing of log entries.
See Also