Class ExceptionNotificationContext
Inheritance
ExceptionNotificationContext
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
Properties
Exception
Declaration
public Exception Exception { get; }
Property Value
Handled
Declaration
public bool Handled { get; }
Property Value
LogLevel
Declaration
public LogLevel LogLevel { get; }
Property Value
Extension Methods