Interface IExceptionSubscriber
Namespace: Volo.Abp.ExceptionHandling
Assembly: Volo.Abp.Core.dll
Syntax
public interface IExceptionSubscriber
Methods
HandleAsync(ExceptionNotificationContext)
Declaration
Task HandleAsync(ExceptionNotificationContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| ExceptionNotificationContext | context |
Returns
| Type | Description |
|---|---|
| Task |