Harness proD API Help
EPLAN.Harness.API.Exceptions Namespace / LicensingErrorException Class
Members
In This Topic
    LicensingErrorException Class
    In This Topic
    This operation was denied because of your license.
    Inheritance Hierarchy

    System.Object
       System.Exception
          EPLAN.Harness.API.Exceptions.HpdApiException
             EPLAN.Harness.API.Exceptions.LicensingErrorException

    Syntax
    public class LicensingErrorException : HpdApiException 
    Remarks

    Do you have a sufficient license for this operation?

    There is a number of licenses available. They differ in a variety of aspects. Some of them may have some features disabled. See your license for details.

    If you are getting this exception while calling Init(String,String[]), it means a general license error or your license is not valid.

    Public Properties
     NameDescription
    Public Property (Inherited from System.Exception)
    Public Property (Inherited from System.Exception)
    Public Property (Inherited from System.Exception)
    Public Property (Inherited from System.Exception)
    Public Property (Inherited from System.Exception)
    Public Property (Inherited from System.Exception)
    Public Property (Inherited from System.Exception)
    Public Property (Inherited from System.Exception)
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from System.Exception)
    Public Method (Inherited from System.Exception)
    Public Method (Inherited from System.Exception)
    Public Method (Inherited from System.Exception)
    Top
    See Also