ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Licensing.Exceptions Namespace / LicenseException Class / LicenseException Constructor / LicenseException Constructor(String)
The error message that explains the reason for the exception.

In This Topic
    LicenseException Constructor(String)
    In This Topic
    Initializes a new instance of the LicenseException class with a specified error message.
    Syntax
    public LicenseException( 
       string message
    )
    Public Function New( _
       ByVal message As String _
    )

    Parameters

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

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also