ArcGIS Pro 2.6 API Reference Guide
CreateAttributeRuleError Method

ArcGIS.Core.Data Namespace > AttributeRuleManager Class : CreateAttributeRuleError Method
A Row from a validation error system table.
Creates a value object representation of an error from a ValidationErrorType validation error system table.
Syntax
public AttributeRuleError CreateAttributeRuleError( 
   Row errorFeature
)
Public Function CreateAttributeRuleError( _
   ByVal errorFeature As Row _
) As AttributeRuleError

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 10, Windows 8.1, Windows 7

See Also

Reference

AttributeRuleManager Class
AttributeRuleManager Members