ErrorPageExtensions Class
IAppBuilder extension methods for the ErrorPageMiddleware.
Assembly: Microsoft.Owin.Diagnostics (in Microsoft.Owin.Diagnostics.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | UseErrorPage(IAppBuilder^) | Captures synchronous and asynchronous exceptions from the pipeline and generates HTML error responses. Full error details are only displayed by default if 'host.AppMode' is set to 'development' in the IAppBuilder.Properties. |
![]() ![]() | UseErrorPage(IAppBuilder^, ErrorPageOptions^) | Captures synchronous and asynchronous exceptions from the pipeline and generates HTML error responses. Full error details are only displayed by default if 'host.AppMode' is set to 'development' in the IAppBuilder.Properties. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

