ExceptionHandlerContext.Request Property
Gets the request being processed when the exception was caught.
Namespace: System.Web.Http.ExceptionHandling
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
public HttpRequestMessage Request { get; }
public:
property HttpRequestMessage^ Request {
HttpRequestMessage^ get();
}
member Request : HttpRequestMessage with get
Public ReadOnly Property Request As HttpRequestMessage
Property Value
Type: System.Net.Http.HttpRequestMessage
The request being processed when the exception was caught.
See Also
ExceptionHandlerContext Class
System.Web.Http.ExceptionHandling Namespace
Return to top