This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Defines how render errors are handled.

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

Syntax

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

Members

Member nameDescription
Normal
Uses the settings as configured in the customError element in Smartsite.config.
AlwaysThrowException
Always throws a render exception to the hosting environment.
SuppressLoadException
Special case, for LoadItem()

See Also

Smartsite.Core Namespace
Advanced