ExceptionContext.Response Property
Gets the response being sent when the exception was caught.
Namespace: System.Web.Http.ExceptionHandling
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
public HttpResponseMessage Response {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
set;
}
public:
property HttpResponseMessage^ Response {
[CompilerGeneratedAttribute]
HttpResponseMessage^ get();
[CompilerGeneratedAttribute]
void set(HttpResponseMessage^ value);
}
member Response : HttpResponseMessage with get, set
Public Property Response As HttpResponseMessage
Property Value
Type: System.Net.Http.HttpResponseMessage
The response being sent when the exception was caught.
See Also
ExceptionContext Class
System.Web.Http.ExceptionHandling Namespace
Return to top