ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Workflow.Exceptions Namespace / DuplicateQueryException Class / DuplicateQueryException Constructor / DuplicateQueryException Constructor(String)
The message that describes the error

In This Topic
    DuplicateQueryException Constructor(String)
    In This Topic
    Creates a new instance of the exception class with a specified error message
    Syntax
    public DuplicateQueryException( 
       string message
    )
    Public Function New( _
       ByVal message As String _
    )

    Parameters

    message
    The message that describes the error
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also