ErrorDisplayLevel Enumeration |
Defines the available levels of error display in an update dialog.
Namespace: Kjs.AppLife.Update.ControllerAssembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntaxpublic enum ErrorDisplayLevel
Public Enumeration ErrorDisplayLevel
public enum class ErrorDisplayLevel
Members
| Member name | Value | Description |
---|
| ShowExceptionMessage | 0 |
The Message property of the exception
and any InnerExceptions can
be seen by clicking the "Show details" button.
|
| HideAllDetails | 1 |
No details of the exception can be seen and the "Show details" button is hidden.
|
See Also