C# Class ODataRestierDynamic.Models.DynamicExceptionHandler

A dynamic exception handler.
Inheritance: System.Web.Http.ExceptionHandling.ExceptionHandler
Afficher le fichier Open project: arcelormittalkriviyrih/odata_unified_svc

Méthodes publiques

Méthode Description
DynamicExceptionHandler ( IExceptionHandler innerInvoker ) : System

Constructor.

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

Handles the given context.

Method Details

DynamicExceptionHandler() public méthode

Constructor.
public DynamicExceptionHandler ( IExceptionHandler innerInvoker ) : System
innerInvoker IExceptionHandler The inner invoker.
Résultat System

Handle() public méthode

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