Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Interface IExceptionManager

Defines signature for component that handles unhandled exceptions when EPiServer error handling is enabled.

Namespace: EPiServer.Core
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7
Syntax
public interface IExceptionManager

Methods

RenderHttpRuntimeError(Exception)

Renders an error message to the user based on the exception.

Declaration
void RenderHttpRuntimeError(Exception exception)
Parameters
Type Name Description
System.Exception exception

The exception.

Remarks

The actual exception message may not be rendered depending on the current user access rights.

Extension Methods