ExceptionContext.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 {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
set;
}
public:
property HttpRequestContext^ RequestContext {
[CompilerGeneratedAttribute]
HttpRequestContext^ get();
[CompilerGeneratedAttribute]
void set(HttpRequestContext^ value);
}
member RequestContext : HttpRequestContext with get, set
Public Property RequestContext As HttpRequestContext
Property Value
Type: System.Web.Http.Controllers.HttpRequestContext
The request context in which the exception occurred.
See Also
ExceptionContext Class
System.Web.Http.ExceptionHandling Namespace
Return to top