Harness proD API Help
EPLAN.Harness.API.Exceptions Namespace / HpdApiAlreadyInitializedException Class
Members
In This Topic
    HpdApiAlreadyInitializedException Class
    In This Topic
    Another API application is already initialized. Call EPLAN.Harness.API.Studio.Close (or EPLAN.Harness.API.Library.Close) on it, before initializing this API application.
    Inheritance Hierarchy

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

    Syntax
    public class HpdApiAlreadyInitializedException : HpdApiException 
    Remarks
    Only one API application can be initialized in one application context at a time.
    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