DeveloperExceptionPageExtensions Class

Definition

public ref class DeveloperExceptionPageExtensions abstract sealed
public static class DeveloperExceptionPageExtensions
type DeveloperExceptionPageExtensions = class
Public Module DeveloperExceptionPageExtensions
Inheritance
DeveloperExceptionPageExtensions

Methods

UseDeveloperExceptionPage(IApplicationBuilder)

Captures synchronous and asynchronous Exception instances from the pipeline and generates HTML error responses.

UseDeveloperExceptionPage(IApplicationBuilder, DeveloperExceptionPageOptions)

Captures synchronous and asynchronous Exception instances from the pipeline and generates HTML error responses.

Applies to