|
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.251-beta+c370f3da3791592278238855631f53a5ff418c68
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