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

In This Topic
    ConnectionException Constructor(SerializationInfo,StreamingContext)
    In This Topic
    Creates a new instance of the exception class
    Syntax
    protected ConnectionException( 
       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

    ArcGIS Pro version: 3 or higher.
    See Also