C# 클래스 ODataRestierDynamic.Models.DynamicExceptionHandler

A dynamic exception handler.
상속: System.Web.Http.ExceptionHandling.ExceptionHandler
파일 보기 프로젝트 열기: arcelormittalkriviyrih/odata_unified_svc

공개 메소드들

메소드 설명
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