|
ErrorLoggerLoggingException Event
|
Occurs when an Exception is encountered while logging an Exception.
Namespace: GSF.ErrorManagementAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.258-beta+f8b6aa3dbfe0b4cc2b0b0760dd5d2a3dd4f59d09
Syntaxpublic event EventHandler<EventArgs<Exception>> LoggingException
Public Event LoggingException As EventHandler(Of EventArgs(Of Exception))
public:
event EventHandler<EventArgs<Exception^>^>^ LoggingException {
void add (EventHandler<EventArgs<Exception^>^>^ value);
void remove (EventHandler<EventArgs<Exception^>^>^ value);
}member LoggingException : IEvent<EventHandler<EventArgs<Exception>>,
EventArgs<Exception>>function add_LoggingException(value);
function remove_LoggingException(value);
View SourceValue
EventHandlerEventArgsException
RemarksArgument is the
Exception that was encountered while logging an
Exception.
See Also