Table of Contents

Event NopException

Namespace
Alternet.Common
Assembly
Alternet.Common.v10.dll

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

Returns

Action<Exception>
Occurs when an exception is passed to the method. This event allows subscribers to handle or log suppressed exceptions in a centralized manner.