ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Desktop.Workflow.Exceptions Namespace / TaskAssistantWorkflowException Class / TaskAssistantWorkflowException Constructor / TaskAssistantWorkflowException Constructor(SerializationInfo,StreamingContext)

In This Topic
    TaskAssistantWorkflowException Constructor(SerializationInfo,StreamingContext)
    In This Topic
    Creates a new instance of the exception class
    Syntax
    protected TaskAssistantWorkflowException( 
       SerializationInfo info,
       StreamingContext context
    )
    Protected Function New( _
       ByVal info As SerializationInfo, _
       ByVal context As StreamingContext _
    )

    Parameters

    info
    context
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 8.1

    See Also