ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core Namespace / ExceptionTranslator Class / Translate Method

In This Topic
    Translate Method
    In This Topic
    This is for internal use only
    Syntax
    Public Shared Function Translate( _
       ByVal e As Exception, _
       ByVal filter As TranslateHResultDelegate _
    ) As Exception
    public static Exception Translate( 
       Exception e,
       TranslateHResultDelegate filter
    )

    Parameters

    e
    filter
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also