Subsystem.UseStructuredExceptionHandling Property

This property controls how exception handling works. If this parameter is changed, the real-time Subsystem must be restarted for the change to take effect. When this property is false and an exception occurs, RTX64 will either freeze the process, terminate the process, or halt the system with a green screen (depending on the values of properties FreezeFaultingProcessOnException and ExceptionBehavior). When this property is true and an exception occurs, the exception is handled using RTX64 structured exception handling, and, if the exception is unhandled, the process is frozen/terminated (according to the value of property FreezeFaultingProcessOnException).

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

Syntax
public bool UseStructuredExceptionHandling { get; set; }

Property Value

Type: Boolean

Implements

IConfigSubsystemUseStructuredExceptionHandling
See Also