메소드 | 설명 | |
---|---|---|
DynamicExceptionHandler ( IExceptionHandler innerInvoker ) : System |
Constructor.
|
|
Handle ( System.Web.Http.ExceptionHandling.ExceptionHandlerContext context ) : void |
Handles the given context.
|
public DynamicExceptionHandler ( IExceptionHandler innerInvoker ) : System | ||
innerInvoker | IExceptionHandler | The inner invoker. |
리턴 | System |
public Handle ( System.Web.Http.ExceptionHandling.ExceptionHandlerContext context ) : void | ||
context | System.Web.Http.ExceptionHandling.ExceptionHandlerContext | The exception handler context. |
리턴 | void |