ExceptionHandlerContext.ExceptionContext Property
Gets the exception context providing the exception and related data.
Namespace: System.Web.Http.ExceptionHandling
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
public ExceptionContext ExceptionContext { get; }
public:
property ExceptionContext^ ExceptionContext {
ExceptionContext^ get();
}
member ExceptionContext : ExceptionContext with get
Public ReadOnly Property ExceptionContext As ExceptionContext
Property Value
Type: System.Web.Http.ExceptionHandling.ExceptionContext
The exception context providing the exception and related data.
See Also
ExceptionHandlerContext Class
System.Web.Http.ExceptionHandling Namespace
Return to top