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