Class ExceptionNotifierExtensions
Inherited Members
Namespace: Volo.Abp.ExceptionHandling
Assembly: Volo.Abp.Core.dll
Syntax
public static class ExceptionNotifierExtensions
Methods
NotifyAsync(IExceptionNotifier, Exception, LogLevel?, bool)
Declaration
public static Task NotifyAsync(this IExceptionNotifier exceptionNotifier, Exception exception, LogLevel? logLevel = null, bool handled = true)
Parameters
| Type | Name | Description |
|---|---|---|
| IExceptionNotifier | exceptionNotifier | |
| Exception | exception | |
| LogLevel? | logLevel | |
| bool | handled |
Returns
| Type | Description |
|---|---|
| Task |