This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
This enumeration describes in which mode the error handling works.

Namespace: Smartsite.Core
Assembly:  Smartsite.Runtime (in Smartsite.Runtime.dll)

Syntax

C#Copy imageCopy Code
public enum CustomErrorMode
Visual Basic (Declaration)Copy imageCopy Code
Public Enumeration CustomErrorMode

Members

Member nameDescription
On
When set, Smartsite always renders the friendly error page.
Off
When set, Smartsite always renders the error page with the exception.
RemoteOnly
When set, Smartsite renders the friendly error page for request not coming from the local host and renders the error page with exception when the request comes from the local host.

See Also

Smartsite.Core Namespace
Advanced