Table of Contents

Class ExceptionNotifier

Namespace
Volo.Abp.ExceptionHandling
Assembly
Volo.Abp.Core.dll
public class ExceptionNotifier : IExceptionNotifier, ITransientDependency
Inheritance
ExceptionNotifier
Implements
Inherited Members
Extension Methods

Constructors

ExceptionNotifier(IServiceScopeFactory)

public ExceptionNotifier(IServiceScopeFactory serviceScopeFactory)

Parameters

serviceScopeFactory IServiceScopeFactory

Properties

Logger

public ILogger<ExceptionNotifier> Logger { get; set; }

Property Value

ILogger<ExceptionNotifier>

ServiceScopeFactory

protected IServiceScopeFactory ServiceScopeFactory { get; }

Property Value

IServiceScopeFactory

Methods

NotifyAsync(ExceptionNotificationContext)

public virtual Task NotifyAsync(ExceptionNotificationContext context)

Parameters

context ExceptionNotificationContext

Returns

Task