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

In This Topic
    CreateAttributeRuleError Method
    In This Topic
    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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also