ExceptionHandler.Handle Method (ExceptionHandlerContext)
When overridden in a derived class, handles the exception synchronously.
Namespace: System.Web.Http.ExceptionHandling
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
public virtual void Handle(
ExceptionHandlerContext context
)
public:
virtual void Handle(
ExceptionHandlerContext^ context
)
abstract Handle :
context:ExceptionHandlerContext -> unit
override Handle :
context:ExceptionHandlerContext -> unit
Public Overridable Sub Handle (
context As ExceptionHandlerContext
)
Parameters
context
Type: System.Web.Http.ExceptionHandling.ExceptionHandlerContextThe exception handler context.
See Also
ExceptionHandler Class
System.Web.Http.ExceptionHandling Namespace
Return to top