Interface IHttpExceptionDescriptorResponseFormatter
- Namespace
- Cuemon.AspNetCore.Diagnostics
- Assembly
- Cuemon.AspNetCore.dll
Defines a way to support content negotiation for exceptions in the application.
public interface IHttpExceptionDescriptorResponseFormatter
Properties
ExceptionDescriptorHandlers
Gets the collection of HttpExceptionDescriptorResponseHandler instances.
ICollection<HttpExceptionDescriptorResponseHandler> ExceptionDescriptorHandlers { get; }
Property Value
- ICollection<HttpExceptionDescriptorResponseHandler>
The collection of HttpExceptionDescriptorResponseHandler instances.