Enumeration ErrorHandlingModes
System.Object
  System.ValueType
    System.Enum
      Westwind.Web.ErrorHandlingModes
public sealed enum ErrorHandlingModes

Class Members

MemberDescription

ApplicationErrorMessage

An application specific error message meant to be seen by end users. Typically this mode display only a fixed error message and no or limited error details.

Default

Default error display mode uses ASP.NET default behavior: Yellow screen of death or ASP.NET error display configured.

DeveloperErrorMessage

Display the application specific error message but also adds additional developer information that provides debugging information to a developer while the app is running in production.

Requirements

Namespace: Westwind.Web
Assembly: westwind.web.dll

© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic