C# Класс ODataRestierDynamic.Models.DynamicExceptionHandler

A dynamic exception handler.
Наследование: System.Web.Http.ExceptionHandling.ExceptionHandler
Показать файл Открыть проект

Открытые методы

Метод Описание
DynamicExceptionHandler ( IExceptionHandler innerInvoker ) : System

Constructor.

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

Handles the given context.

Описание методов

DynamicExceptionHandler() публичный Метод

Constructor.
public DynamicExceptionHandler ( IExceptionHandler innerInvoker ) : System
innerInvoker IExceptionHandler The inner invoker.
Результат System

Handle() публичный Метод

Handles the given context.
public Handle ( System.Web.Http.ExceptionHandling.ExceptionHandlerContext context ) : void
context System.Web.Http.ExceptionHandling.ExceptionHandlerContext The exception handler context.
Результат void