ArcGIS Pro 2.9 API Reference Guide
FatalArcGISException Constructor(String,Exception)

ArcGIS.Desktop.Framework Namespace > FatalArcGISException Class > FatalArcGISException Constructor : FatalArcGISException Constructor(String,Exception)
The error message that explains the reason for the exception.
The exception that is the cause of the current exception.
Initializes a new instance of the FatalArcGISException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Syntax
public FatalArcGISException( 
   string message,
   Exception innerException
)
Public Function New( _
   ByVal message As String, _
   ByVal innerException As Exception _
)

Parameters

message
The error message that explains the reason for the exception.
innerException
The exception that is the cause of the current exception.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

FatalArcGISException Class
FatalArcGISException Members
Overload List