Harness proD API Help
EPLAN.Harness.API.Exceptions Namespace / ProjectNotOpenedException Class
Members
In This Topic
    ProjectNotOpenedException Class
    In This Topic
    The exception is thrown when project operations are executed, but no project has been opened.
    Inheritance Hierarchy

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

    Syntax
    public class ProjectNotOpenedException : HpdApiException 
    Remarks
    Execute EPLAN.Harness.API.HpdApi.OpenProject in order to open a project.
    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