ArcGIS Pro 3.1 API Reference Guide
ArcGIS.Core.Data.Exceptions Namespace / GeodatabaseFieldException Class / GeodatabaseFieldException Constructor / GeodatabaseFieldException Constructor(String,Exception)
Error message
Inner exception
Version

GeodatabaseFieldException Constructor(String,Exception)
Creates a new geodatabase field exception initialized with the input parameters.
Syntax
public GeodatabaseFieldException( 
   string errorMessage,
   Exception innerException
)

Parameters

errorMessage
Error message
innerException
Inner exception
Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3.0 or higher.
See Also