ModelStateDictionary.HasReachedMaxErrors Property      
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.
Gets a value indicating whether or not the maximum number of errors have been recorded.
public:
 property bool HasReachedMaxErrors { bool get(); };public bool HasReachedMaxErrors { get; }member this.HasReachedMaxErrors : boolPublic ReadOnly Property HasReachedMaxErrors As BooleanProperty Value
Remarks
Returns true if a TooManyModelErrorsException has been recorded; otherwise false.