|
ErrorLoggerLoggingException Event
|
Occurs when an Exception is encountered while logging an Exception.
Namespace: GSF.ErrorManagementAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.248-beta+a497a19de709fd99e2448886199a2c8824265ddf
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