Show / Hide Table of Contents

Property ValidationErrors

ValidationErrors

Gets an array of validation errors for this element.

Declaration
public IEnumerable<Exception> ValidationErrors { get; }
Property Value
Type Description
IEnumerable<Exception>

An array of validation errors for this element.

Remarks

The errors returned may be any of the following error types:

  • FeatureFormExceedsMaximumAttachmentCountException
  • FeatureFormExceedsMaximumAttachmentSizeException
  • FeatureFormIncorrectAttachmentTypeException
  • FeatureFormLessThanMinimumAttachmentCountException
See Also
FormInput
ElementValidationErrors

Applies to

Platforms and versions
TargetVersions
.NET300.1
.NET Windows300.1
.NET Android300.1
.NET iOS300.1
In this article
Provide feedback
Back to top Copyright © 2025 Esri.