Skip to content

Enum StartupFailureBehavior

Namespace: Cephalon.Engine.Configuration
Assembly: Cephalon.Engine.dll

Describes how startup failures are handled.

public enum StartupFailureBehavior

CaptureOnly = 1

Capture the failure in runtime status without rethrowing it to the host.

FailFast = 0

Stop startup immediately and rethrow the failure.