ErrorPageExtensions Class

Provides extension methods for error page.

System::Object
  Owin::ErrorPageExtensions

Namespace:  Owin
Assembly:  Microsoft.Owin.Diagnostics (in Microsoft.Owin.Diagnostics.dll)

[ExtensionAttribute]
public ref class ErrorPageExtensions abstract sealed

  NameDescription
Public methodStatic memberUseErrorPage(IAppBuilder)Captures synchronous and asynchronous exceptions from the pipeline and generates HTML error responses.
Public methodStatic memberUseErrorPage(IAppBuilder, ErrorPageOptions)Captures synchronous and asynchronous exceptions from the pipeline and generates HTML error responses.
Top

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: