ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core Namespace / FatalArcGISException Class / FatalArcGISException Constructor / FatalArcGISException Constructor(SerializationInfo,StreamingContext)
The System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown.
The System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination.

In This Topic
    FatalArcGISException Constructor(SerializationInfo,StreamingContext)
    In This Topic
    Initializes a new instance of the FatalArcGISException class with serialized data.
    Syntax
    protected FatalArcGISException( 
       SerializationInfo info,
       StreamingContext context
    )
    Protected Function New( _
       ByVal info As SerializationInfo, _
       ByVal context As StreamingContext _
    )

    Parameters

    info
    The System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown.
    context
    The System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also