Table of Contents

Class ExceptionDescriptorResult

Namespace
Cuemon.AspNetCore.Mvc
Assembly
Cuemon.AspNetCore.Mvc.dll

An ObjectResult that when executed will produce a response that varies depending on the encapsulated Exception.

public class ExceptionDescriptorResult : ObjectResult, IStatusCodeActionResult, IActionResult
Inheritance
ExceptionDescriptorResult
Implements
Inherited Members

Constructors

ExceptionDescriptorResult(HttpExceptionDescriptor)

Initializes a new instance of the ExceptionDescriptorResult class.

public ExceptionDescriptorResult(HttpExceptionDescriptor value)

Parameters

value HttpExceptionDescriptor

The HttpExceptionDescriptor value to return.

ExceptionDescriptorResult(ProblemDetails)

Initializes a new instance of the ExceptionDescriptorResult class.

public ExceptionDescriptorResult(ProblemDetails value)

Parameters

value ProblemDetails

The ProblemDetails value to return.

See Also