Microsoft.AspNetCore.Diagnostics Namespace

namespace Microsoft.AspNetCore.Diagnostics

Interfaces

interface ICompilationException
Specifies the contract for an exception representing compilation failure.
interface IExceptionHandlerFeature
interface IStatusCodePagesFeature
Represents the Status code pages feature.
interface IStatusCodeReExecuteFeature

Classes

class CompilationFailure
Describes a failure compiling a specific file.
class DeveloperExceptionPageMiddleware
Captures synchronous and asynchronous exceptions from the pipeline and generates HTML error responses.
class DiagnosticMessage
A single diagnostic message.
class ExceptionHandlerFeature
class ExceptionHandlerMiddleware
class StatusCodeContext
class StatusCodePagesFeature
Represents the Status code pages feature.
class StatusCodePagesMiddleware
class StatusCodeReExecuteFeature
class WelcomePageMiddleware
This middleware provides a default web page for new applications.