This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Defines the type of exception which controls what error message is displayed when the end user encounters an exception.

Namespace: Smartsite.Base
Assembly:  Smartsite.Base (in Smartsite.Base.dll)

Syntax

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

Members

Member nameDescription
SystemMessage
SystemMessage represents complete error reports for exceptions that are caused by errors in SXML logic, database failures and other kinds of system or logic failures.
FriendlyMessage
FriendlyMessage represents complete error reports for exceptions that are caused by end users sending incorrect information such as invalid url's, requests for non-public items, etc.

See Also

Smartsite.Base Namespace
Advanced