Class ExceptionNotificationContext
Inheritance
object
ExceptionNotificationContext
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 class ExceptionNotificationContext
Constructors
ExceptionNotificationContext(Exception, LogLevel?, bool)
Declaration
public ExceptionNotificationContext(Exception exception, LogLevel? logLevel = null, bool handled = true)
Parameters
Type | Name | Description |
---|---|---|
System.Exception | exception | |
Microsoft.Extensions.Logging.LogLevel? | logLevel | |
bool | handled |
Properties
Exception
Declaration
public Exception Exception { get; }
Property Value
Type | Description |
---|---|
System.Exception |
Handled
Declaration
public bool Handled { get; }
Property Value
Type | Description |
---|---|
bool |
LogLevel
Declaration
public LogLevel LogLevel { get; }
Property Value
Type | Description |
---|---|
Microsoft.Extensions.Logging.LogLevel |