PostSharpAPI ReferencePost­Sharp.​Patterns.​DiagnosticsILogging­Exception­HandlerOn­Invalid­User­Code
Open sandboxFocus

ILoggingExceptionHandler.OnInvalidUserCode Method

OnInvalidUserCode(ref CallerInfo, LoggingTypeSource, String, Object[])

Method invoked when a logging component detects a precondition violation that probably stem from user-written code.

Declaration
void OnInvalidUserCode(ref CallerInfo callerInfo, LoggingTypeSource source, string message, params object[] args)
Parameters
Type Name Description
CallerInfo callerInfo

Location of the code that performed the invalid call, or an empty instance if the information is not available.

LoggingTypeSource source

Related LoggingTypeSource, or null if it is not available.

String message

Error message formatting string.

System.Object[] args

Arguments for the formatting string, or null.