Subsystem.ExceptionBehavior Property

Controls Subsystem behavior when an exception occurs and that exception is configured to stop at the first exception (via property UseStructuredExceptionHandling). If this property is set to false (the default), RTX64 will terminate or freeze the process (according to the value of property FreezeFaultingProcessOnException). When this property is set to true, RTX64 will halt the system with a green screen and generate a memory dump. If this property is changed, the real-time Subsystem must be restarted for the change to take effect.

Namespace:  IntervalZero.RTX64.Config
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Syntax
public bool ExceptionBehavior { get; set; }

Property Value

Type: Boolean

Implements

IConfigSubsystemExceptionBehavior
See Also