C# Class ODataRestierDynamic.Models.DynamicExceptionHandler

A dynamic exception handler.
Inheritance: System.Web.Http.ExceptionHandling.ExceptionHandler
Mostra file Open project: arcelormittalkriviyrih/odata_unified_svc

Public Methods

Method Description
DynamicExceptionHandler ( IExceptionHandler innerInvoker ) : System

Constructor.

Handle ( System.Web.Http.ExceptionHandling.ExceptionHandlerContext context ) : void

Handles the given context.

Method Details

DynamicExceptionHandler() public method

Constructor.
public DynamicExceptionHandler ( IExceptionHandler innerInvoker ) : System
innerInvoker IExceptionHandler The inner invoker.
return System

Handle() public method

Handles the given context.
public Handle ( System.Web.Http.ExceptionHandling.ExceptionHandlerContext context ) : void
context System.Web.Http.ExceptionHandling.ExceptionHandlerContext The exception handler context.
return void