ModelStateDictionary.HasReachedMaxErrors Property

Definition

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 : bool
Public ReadOnly Property HasReachedMaxErrors As Boolean

Property Value

Remarks

Returns true if a TooManyModelErrorsException has been recorded; otherwise false.

Applies to