AfterExceptionFilterOnExceptionEventData Class

Definition

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

Constructors

AfterExceptionFilterOnExceptionEventData(ActionDescriptor, ExceptionContext, IFilterMetadata)

Initializes a new instance of AfterExceptionFilterOnExceptionEventData.

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 exception context.

Filter

The exception filter that ran.

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