ArcGIS Pro 3.7 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 Function New( _
       ByVal message As String _
    )
    public LicenseException( 
       string message
    )

    Parameters

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

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

    ArcGIS Pro version: 3.0 or higher.
    See Also