ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Workflow.Exceptions Namespace / WorkflowExecutionJobNotFoundException Class
Members

In This Topic
    WorkflowExecutionJobNotFoundException Class
    In This Topic
    Represents a Job not found error during a workflow execution
    Syntax
    public sealed class WorkflowExecutionJobNotFoundException : WorkflowExecutionException, System.Runtime.Serialization.ISerializable  
    Public NotInheritable Class WorkflowExecutionJobNotFoundException 
       Inherits WorkflowExecutionException
       Implements System.Runtime.Serialization.ISerializable 
    Inheritance Hierarchy

    System.Object
       System.Exception
          ArcGIS.Desktop.Workflow.Exceptions.WorkflowExecutionException
             ArcGIS.Desktop.Workflow.Exceptions.WorkflowExecutionJobNotFoundException

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also