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