Class ExceptionNotifierExtensions
- Namespace
- Volo.Abp.ExceptionHandling
- Assembly
- Volo.Abp.Core.dll
public static class ExceptionNotifierExtensions
- Inheritance
-
ExceptionNotifierExtensions
- Inherited Members
Methods
NotifyAsync(IExceptionNotifier, Exception, LogLevel?, bool)
public static Task NotifyAsync(this IExceptionNotifier exceptionNotifier, Exception exception, LogLevel? logLevel = null, bool handled = true)
Parameters
exceptionNotifier
IExceptionNotifierexception
ExceptionlogLevel
LogLevel?handled
bool