Click or drag to resize
ErrorDisplayLevel Enumeration
Defines the available levels of error display in an update dialog.

Namespace: Kjs.AppLife.Update.Controller
Assembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntax
public enum ErrorDisplayLevel
Members
  Member nameValueDescription
ShowExceptionMessage0 The Message property of the exception and any InnerExceptions can be seen by clicking the "Show details" button.
HideAllDetails1 No details of the exception can be seen and the "Show details" button is hidden.
See Also