Table of Contents

Class ExceptionSubscriber

Namespace
Volo.Abp.ExceptionHandling
Assembly
Volo.Abp.Core.dll
[ExposeServices(new Type[] { typeof(IExceptionSubscriber) })]
public abstract class ExceptionSubscriber : IExceptionSubscriber, ITransientDependency
Inheritance
ExceptionSubscriber
Implements
Inherited Members
Extension Methods

Constructors

ExceptionSubscriber()

protected ExceptionSubscriber()

Methods

HandleAsync(ExceptionNotificationContext)

public abstract Task HandleAsync(ExceptionNotificationContext context)

Parameters

context ExceptionNotificationContext

Returns

Task