Class InternalServerErrorObjectResult
Namespace: Common.ObjectResults
Assembly: Common.dll
An Microsoft.AspNetCore.Mvc.ActionResult that on execution will write an object to the response using mechanisms provided by the host.
Inheritance
object ← ActionResult ← ObjectResult ← InternalServerErrorObjectResult
Implements
Inherited Members
ObjectResult.ExecuteResultAsync\(ActionContext\), ObjectResult.OnFormatting\(ActionContext\), ObjectResult.Value, ObjectResult.Formatters, ObjectResult.ContentTypes, ObjectResult.DeclaredType, ObjectResult.StatusCode, ActionResult.ExecuteResultAsync\(ActionContext\), ActionResult.ExecuteResult\(ActionContext\), object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)
Constructors
InternalServerErrorObjectResult\(object\)
Creates a new Microsoft.AspNetCore.Mvc.ObjectResult instance with the provided value.
Parameters
error object