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