Table of Contents

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

exception Exception
logLevel LogLevel?
handled bool

Properties

Exception

The exception object.

public Exception Exception { get; }

Property Value

Exception

Handled

True, if it is handled.

public bool Handled { get; }

Property Value

bool

LogLevel

public LogLevel LogLevel { get; }

Property Value

LogLevel