ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core.Data Namespace / AttributeRuleManager Class / CreateAttributeRuleError Method
A Row from a validation error system table.
Version

CreateAttributeRuleError Method
Creates a value object representation of an error from a ValidationErrorType validation error system table.
Syntax
public AttributeRuleError CreateAttributeRuleError( 
   Row errorFeature
)

Parameters

errorFeature
A Row from a validation error system table.

Return Value

A value object representation of an errorFeature.
Exceptions
ExceptionDescription
errorFeature is null.
errorFeature is not originally from a ValidationErrorType validation error system table.
A geodatabase-related exception has occurred.
Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3 or higher.
See Also