ArcGIS Pro 3.4 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.
Version

FatalArcGISException Constructor(SerializationInfo,StreamingContext)
Initializes a new instance of the FatalArcGISException class with serialized data.
Syntax
protected FatalArcGISException( 
   SerializationInfo info,
   StreamingContext context
)

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