ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Workflow.Exceptions Namespace / InvalidQueryException Class / InvalidQueryException Constructor / InvalidQueryException Constructor(String,Exception)
The message that describes the error
The exception that is the cause of this exception

In This Topic
    InvalidQueryException Constructor(String,Exception)
    In This Topic
    Creates a new instance of the exception class with a specified error message and a reference to the inner exception that is the cause of this exception
    Syntax
    public InvalidQueryException( 
       string message,
       Exception inner
    )
    Public Function New( _
       ByVal message As String, _
       ByVal inner As Exception _
    )

    Parameters

    message
    The message that describes the error
    inner
    The exception that is the cause of this exception
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also