ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core Namespace / FatalArcGISException Class / FatalArcGISException Constructor / FatalArcGISException Constructor(String)
The error message that explains the reason for the exception.

In This Topic
    FatalArcGISException Constructor(String)
    In This Topic
    Initializes a new instance of the FatalArcGISException class with a specified error message.
    Syntax
    public FatalArcGISException( 
       string message
    )
    Public Function New( _
       ByVal message As String _
    )

    Parameters

    message
    The error message that explains the reason for the exception.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also