ExceptionHandlerContext.RequestContext Property
Gets the request context in which the exception occurred.
Namespace: System.Web.Http.ExceptionHandling
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
public HttpRequestContext RequestContext { get; }
public:
property HttpRequestContext^ RequestContext {
HttpRequestContext^ get();
}
member RequestContext : HttpRequestContext with get
Public ReadOnly Property RequestContext As HttpRequestContext
Property Value
Type: System.Web.Http.Controllers.HttpRequestContext
The request context in which the exception occurred.
See Also
ExceptionHandlerContext Class
System.Web.Http.ExceptionHandling Namespace
Return to top