Enum StartupFailureBehavior
Namespace: Cephalon.Engine.Configuration
Assembly: Cephalon.Engine.dll
Describes how startup failures are handled.
public enum StartupFailureBehaviorFields
Section titled “Fields”CaptureOnly = 1
Capture the failure in runtime status without rethrowing it to the host.
FailFast = 0
Stop startup immediately and rethrow the failure.