Struct FallbackEvent

Namespace
Kevlar
Assembly
Kevlar.dll

Describes an exception being replaced by an untyped fallback.

public readonly struct FallbackEvent
Inherited Members

Properties

Context

The ambient execution context. It remains valid until the notification callback completes and must not be retained afterward.

public KevlarContext Context { get; }

Property Value

KevlarContext

Exception

The handled exception being replaced.

public Exception Exception { get; }

Property Value

Exception