ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core Namespace / FatalArcGISException Class / FatalArcGISException Constructor / FatalArcGISException Constructor(Exception)
The exception that is the cause of the current exception.
Version

    FatalArcGISException Constructor(Exception)
    Initializes a new instance of the FatalArcGISException class with the inner exception that is the cause of this exception.
    Syntax
    public FatalArcGISException( 
       Exception innerException
    )

    Parameters

    innerException
    The exception that is the cause of the current exception.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also