PostSharpAPI ReferencePost­Sharp.​Patterns.​DiagnosticsDefault­Logging­Exception­HandlerOn­Internal­Exception
Open sandboxFocus

DefaultLoggingExceptionHandler.OnInternalException Method

OnInternalException(LoggingExceptionInfo)

Method invoked when an exception is thrown in logging code.

Declaration
public virtual void OnInternalException(LoggingExceptionInfo exceptionInfo)
Parameters
Type Name Description
LoggingExceptionInfo exceptionInfo

Information about the exception.

Implements
ILoggingExceptionHandler.OnInternalException(LoggingExceptionInfo)