Harness proD API Help
EPLAN.Harness.API.Exceptions Namespace / ProjectAlreadyOpenedException Class
Members
In This Topic
    ProjectAlreadyOpenedException Class
    In This Topic
    A project is already open. Only one project can be open at any moment.
    Inheritance Hierarchy

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

    Syntax
    public class ProjectAlreadyOpenedException : HpdApiException 
    Remarks
    Close the CurrentProject to be able to open a new one.
    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