Harness proD API Help
EPLAN.Harness.API.Exceptions Namespace / LibraryItemClosedException Class
Members
In This Topic
    LibraryItemClosedException Class
    In This Topic
    The exception is thrown in case of an attempt to read or modify a library item which is currently closed.
    Inheritance Hierarchy

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

    Syntax
    public class LibraryItemClosedException : HpdApiException 
    Remarks
    The item must be opened before accessing its properties.
    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