The enumeration XRtlExceptionDialog..::.Options specifies ther behavior the of exception dialog.
Namespace:
SGPAssembly: SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825
Syntax
| C# |
|---|
[FlagsAttribute] public enum Options |
Members
| Member name | Description | |
|---|---|---|
| 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.
|