Event NopException
Occurs when an exception is passed to the Nop(Exception) method. This event allows subscribers to handle or log suppressed exceptions in a centralized manner.
public static event Action<Exception>? NopException
Occurs when an exception is passed to the Nop(Exception) method. This event allows subscribers to handle or log suppressed exceptions in a centralized manner.
public static event Action<Exception>? NopException