Show / Hide Table of Contents

Class ExceptionNotifier

Inheritance
System.Object
ExceptionNotifier
Implements
IExceptionNotifier
ITransientDependency
Namespace: Volo.Abp.ExceptionHandling
Assembly: Volo.Abp.Core.dll
Syntax
public class ExceptionNotifier : object, IExceptionNotifier, ITransientDependency

Constructors

ExceptionNotifier(IHybridServiceScopeFactory)

Declaration
public ExceptionNotifier(IHybridServiceScopeFactory serviceScopeFactory)
Parameters
Type Name Description
IHybridServiceScopeFactory serviceScopeFactory

Properties

Logger

Declaration
public ILogger<ExceptionNotifier> Logger { get; set; }
Property Value
Type Description
ILogger<ExceptionNotifier>

ServiceScopeFactory

Declaration
protected IHybridServiceScopeFactory ServiceScopeFactory { get; }
Property Value
Type Description
IHybridServiceScopeFactory

Methods

NotifyAsync(ExceptionNotificationContext)

Declaration
public virtual Task NotifyAsync(ExceptionNotificationContext context)
Parameters
Type Name Description
ExceptionNotificationContext context
Returns
Type Description
Task

Implements

IExceptionNotifier
ITransientDependency

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft