ArcGIS Pro 2.9 API Reference Guide
FatalArcGISException Constructor(SerializationInfo,StreamingContext)

ArcGIS.Desktop.Framework 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.
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, Windows 8.1

See Also

Reference

FatalArcGISException Class
FatalArcGISException Members
Overload List