|
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.249-beta+56964f8aed6f3f2e54faec1539f7ce0ba6548fdf
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