TooManyModelErrorsException Class

Summary

The [System.Exception]() that is thrown when too many model errors are encountered.

Syntax

public class TooManyModelErrorsException : Exception, ISerializable, _Exception

GitHub

View on GitHub

class 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)