OnInvalidUserCode(ref CallerInfo, LoggingTypeSource, string, params object[])
Method invoked when a logging component detects a precondition violation that probably stem from user-written code.
Declaration
public 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 |
string | message | Error message formatting string. |
object[] | args | Arguments for the formatting string, or |