Class ExceptionNotificationContext
- Namespace
- Volo.Abp.ExceptionHandling
- Assembly
- Volo.Abp.Core.dll
public class ExceptionNotificationContext
- Inheritance
-
ExceptionNotificationContext
- Inherited Members
- Extension Methods
Constructors
ExceptionNotificationContext(Exception, LogLevel?, bool)
public ExceptionNotificationContext(Exception exception, LogLevel? logLevel = null, bool handled = true)
Parameters
Properties
Exception
The exception object.
public Exception Exception { get; }
Property Value
Handled
True, if it is handled.
public bool Handled { get; }
Property Value
LogLevel
public LogLevel LogLevel { get; }