Class ExceptionNotifier
Inheritance
ExceptionNotifier
Assembly: Volo.Abp.Core.dll
Syntax
public class ExceptionNotifier : IExceptionNotifier, ITransientDependency
Constructors
ExceptionNotifier(IServiceScopeFactory)
Declaration
public ExceptionNotifier(IServiceScopeFactory serviceScopeFactory)
Parameters
Properties
Logger
Declaration
public ILogger<ExceptionNotifier> Logger { get; set; }
Property Value
ServiceScopeFactory
Declaration
protected IServiceScopeFactory ServiceScopeFactory { get; }
Property Value
Methods
NotifyAsync(ExceptionNotificationContext)
Declaration
public virtual Task NotifyAsync(ExceptionNotificationContext context)
Parameters
Returns
Implements
Extension Methods