BackgroundServiceExceptionBehavior Enum

Definition

Specifies a behavior that the IHost will honor if an unhandled exception occurs in one of its BackgroundService instances.

public enum class BackgroundServiceExceptionBehavior
public enum BackgroundServiceExceptionBehavior
type BackgroundServiceExceptionBehavior = 
Public Enum BackgroundServiceExceptionBehavior
Inheritance
BackgroundServiceExceptionBehavior

Fields

Ignore 1

Ignore exceptions thrown in BackgroundService.

StopHost 0

Stops the IHost instance.

Applies to