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 | |
System.Exception | exception | |
Microsoft.Extensions.Logging.LogLevel? | logLevel | |
bool | handled |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |