InvalidModelStateResult(ModelStateDictionary, Boolean) Constructor
Definition
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.
Initializes a new instance of the InvalidModelStateResult class.
public InvalidModelStateResult (Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary modelState, bool includeErrorDetail);
new System.Web.Http.InvalidModelStateResult : Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary * bool -> System.Web.Http.InvalidModelStateResult
Public Sub New (modelState As ModelStateDictionary, includeErrorDetail As Boolean)
Parameters
- modelState
- ModelStateDictionary
The model state to include in the error.
- includeErrorDetail
- Boolean
true
if the error should include exception messages; otherwise, false
.