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

In This Topic
    GeodatabaseException Constructor(String,Exception)
    In This Topic
    Creates a new geodatabase exception initialized with the input parameters.
    Syntax
    public GeodatabaseException( 
       string errorMessage,
       Exception innerException
    )
    Public Function New( _
       ByVal errorMessage As String, _
       ByVal innerException As Exception _
    )

    Parameters

    errorMessage
    Error message
    innerException
    Inner exception
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also