Table of Contents

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 IExceptionNotifier
exception Exception
logLevel LogLevel?
handled bool

Returns

Task