Interface IExceptionManager
Defines signature for component that handles unhandled exceptions when EPiServer error handling is enabled.
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 8.11.0Syntax
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.