ExceptionContext.Exception Property
Gets the caught exception.
Namespace: System.Web.Http.ExceptionHandling
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
public Exception Exception {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
private set;
}
public:
property Exception^ Exception {
[CompilerGeneratedAttribute]
Exception^ get();
[CompilerGeneratedAttribute]
private: void set(Exception^ value);
}
member Exception : Exception with get, private set
Public Property Exception As Exception
Get
Private Set
End Property
Property Value
Type: System.Exception
The caught exception.
See Also
ExceptionContext Class
System.Web.Http.ExceptionHandling Namespace
Return to top