Class NullExceptionNotifier
Implements
Inherited Members
Namespace: Volo.Abp.ExceptionHandling
Assembly: Volo.Abp.Core.dll
Syntax
public class NullExceptionNotifier : IExceptionNotifier
Properties
Instance
Declaration
public static NullExceptionNotifier Instance { get; }
Property Value
Type | Description |
---|---|
NullExceptionNotifier |
Methods
NotifyAsync(ExceptionNotificationContext)
Declaration
public Task NotifyAsync(ExceptionNotificationContext context)
Parameters
Type | Name | Description |
---|---|---|
ExceptionNotificationContext | context |
Returns
Type | Description |
---|---|
Task |