Skip to content

ObserverFailed Fields

Event payload for when a lifecycle observer has failed.

Elapsed

readonly
View source
public readonly TimeSpan Elapsed
The time elapsed before the failure.

Exception

readonly
View source
public readonly Exception Exception
The exception which caused the failure.

Observer

readonly
View source
public readonly ILifecycleObserver Observer
The lifecycle observer.