ArcGIS Pro 3.7 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 Function New( _
       ByVal message As String _
    )
    public FatalArcGISException( 
       string message
    )

    Parameters

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

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also