|
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.258-beta+f8b6aa3dbfe0b4cc2b0b0760dd5d2a3dd4f59d09
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