Table of Contents

Class ApiExceptionHandler

Namespace
InSite.Web
Assembly
InSite.UI.dll
public class ApiExceptionHandler : ExceptionHandler, IExceptionHandler
Inheritance
ApiExceptionHandler
Implements
Inherited Members

Constructors

ApiExceptionHandler()

public ApiExceptionHandler()

Methods

Handle(ExceptionHandlerContext)

When overridden in a derived class, handles the exception synchronously.

public override void Handle(ExceptionHandlerContext context)

Parameters

context ExceptionHandlerContext

The exception handler context.