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

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

    Syntax
    public class LibraryItemReadOnlyException : HpdApiException 
    Remarks
    The item can be read-only when it is being accessed from Studio API.
    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