TooManyModelErrorsException Class¶
Inheritance Hierarchy¶
System.Object
System.Exception
Microsoft.AspNet.Mvc.ModelBinding.TooManyModelErrorsException
Constructors¶
-
TooManyModelErrorsException
(System.String)¶ Creates a new instance of [Microsoft.AspNet.Mvc.ModelBinding.TooManyModelErrorsException](Microsoft.AspNet.Mvc.ModelBinding.TooManyModelErrorsException.yml) with the specified exception <paramref name=”message” />.
Arguments: - message (System.String) – The message that describes the error.
public TooManyModelErrorsException(string message)
-