IProblemDetailsService Interface
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.
Defines a type that provide functionality to create a ProblemDetails response.
C#
public interface IProblemDetailsService
type IProblemDetailsService = interface
Public Interface IProblemDetailsService
Try |
Try to write a ProblemDetails response to the current context, using the registered IProblemDetailsWriter services. |
Write |
Write a ProblemDetails response to the current context, using the registered IProblemDetailsWriter services. |
Product | Versions |
---|---|
ASP.NET Core | 7.0, 8.0, 9.0 |