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

In This Topic
    FatalArcGISException Constructor(Exception)
    In This Topic
    Initializes a new instance of the FatalArcGISException class with the inner exception that is the cause of this exception.
    Syntax
    public FatalArcGISException( 
       Exception innerException
    )
    Public Function New( _
       ByVal innerException As Exception _
    )

    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