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

Method OnInternalException

OnInternalException(LoggingExceptionInfo)

Method invoked when an exception is thrown in logging code.

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

Information about the exception.

Implements
ILoggingExceptionHandler.OnInternalException(LoggingExceptionInfo)