ExceptionHandlerContext Constructor (ExceptionContext)
Initializes a new instance of the ExceptionHandlerContext class.
Namespace: System.Web.Http.ExceptionHandling
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
public ExceptionHandlerContext(
ExceptionContext exceptionContext
)
public:
ExceptionHandlerContext(
ExceptionContext^ exceptionContext
)
new :
exceptionContext:ExceptionContext -> ExceptionHandlerContext
Public Sub New (
exceptionContext As ExceptionContext
)
Parameters
exceptionContext
Type: System.Web.Http.ExceptionHandling.ExceptionContextThe exception context.
See Also
ExceptionHandlerContext Class
System.Web.Http.ExceptionHandling Namespace
Return to top