Show / Hide Table of Contents

Class ExceptionNotifierExtensions

Inheritance
object
ExceptionNotifierExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.ExceptionHandling
Assembly: Volo.Abp.Core.dll
Syntax
public static class ExceptionNotifierExtensions

Methods

NotifyAsync(IExceptionNotifier, Exception, LogLevel?, bool)

Declaration
public static Task NotifyAsync(this IExceptionNotifier exceptionNotifier, Exception exception, LogLevel? logLevel = null, bool handled = true)
Parameters
Type Name Description
IExceptionNotifier exceptionNotifier
Exception exception
LogLevel? logLevel
bool handled
Returns
Type Description
Task
In this article
Back to top Powered by Volosoft