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
ServiceScopeFactory
protected IServiceScopeFactory ServiceScopeFactory { get; }
Property Value
Methods
NotifyAsync(ExceptionNotificationContext)
public virtual Task NotifyAsync(ExceptionNotificationContext context)
Parameters
context
ExceptionNotificationContext