Harness proD API Help
EPLAN.Harness.API.Exceptions Namespace / HpdApiVersionException Class
Members
In This Topic
    HpdApiVersionException Class
    In This Topic
    Version of the API assembly (ApiVersion) is different from the version of linked Harness proD (HpDVersion).
    Inheritance Hierarchy

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

    Syntax
    public class HpdApiVersionException : HpdApiException 
    Remarks

    Exact match is demanded between used API assembly and linked Harness proD application.

    Rebuild your application with current API assembly and try it again.

    Public Properties
     NameDescription
    Public PropertyVersion of the API assembly.  
    Public Property (Inherited from System.Exception)
    Public Property (Inherited from System.Exception)
    Public PropertyVersion of the linked Harness proD.  
    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