AfterExceptionFilterOnExceptionEventData.ExceptionContext Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The exception context.
public:
property Microsoft::AspNetCore::Mvc::Filters::ExceptionContext ^ ExceptionContext { Microsoft::AspNetCore::Mvc::Filters::ExceptionContext ^ get(); };
public Microsoft.AspNetCore.Mvc.Filters.ExceptionContext ExceptionContext { get; }
member this.ExceptionContext : Microsoft.AspNetCore.Mvc.Filters.ExceptionContext
Public ReadOnly Property ExceptionContext As ExceptionContext