Event ProcessException
Occurs when exception is raised inside AvoidException(Action).
public event EventHandler<ThrowExceptionEventArgs>? ProcessException
Returns
- EventHandler<ThrowExceptionEventArgs>
- Occurs when exception is raised inside .
- Implements