Gets the exception to include in the error.
Namespace:   System.Web.Http.Results
Assembly:  System.Web.Http (in System.Web.Http.dll)
Syntax
public Exception Exception { get; }
public:
property Exception^ Exception {
    Exception^ get();
}
member Exception : Exception with get
Public ReadOnly Property Exception As Exception
Property Value
Type: System.Exception
Returns Exception.
See Also
ExceptionResult Class
System.Web.Http.Results Namespace
Return to top