The enumeration XRtlExceptionDialog..::.Options specifies ther behavior the of exception dialog.

Namespace:  SGP
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
[FlagsAttribute]
public enum Options

Members

Member nameDescription
None
The default settings will be used.
ExitEnabled
The button "Exit" will be enabled.
DetailsEnabled
The button "Details" will be enabled.
DetailsCollapsed
Details will be shown.

See Also