BeforeExceptionFilterOnException Class

Definition

An EventData that occurs before OnException(ExceptionContext).

public ref class BeforeExceptionFilterOnException sealed : Microsoft::AspNetCore::Mvc::Diagnostics::EventData
public sealed class BeforeExceptionFilterOnException : Microsoft.AspNetCore.Mvc.Diagnostics.EventData
type BeforeExceptionFilterOnException = class
    inherit EventData
Public NotInheritable Class BeforeExceptionFilterOnException
Inherits EventData
Inheritance
BeforeExceptionFilterOnException

Constructors

BeforeExceptionFilterOnException(ActionDescriptor, ExceptionContext, IFilterMetadata)

Initializes a new instance of BeforeExceptionFilterOnException.

Fields

EventName

The name of the event.

EventNamespace

The namespace of the event.

(Inherited from EventData)

Properties

ActionDescriptor

The action.

Count

The event count.

(Inherited from EventData)
ExceptionContext

The context.

Filter

The exception filter that will run.

Item[Int32] (Inherited from EventData)

Explicit Interface Implementations

IEnumerable.GetEnumerator() (Inherited from EventData)
IEnumerable<KeyValuePair<String,Object>>.GetEnumerator() (Inherited from EventData)
IReadOnlyCollection<KeyValuePair<String,Object>>.Count (Inherited from EventData)
IReadOnlyList<KeyValuePair<String,Object>>.Item[Int32] (Inherited from EventData)

Applies to