Harness proD API Help
EPLAN.Harness.API.Exceptions Namespace / WrongDrawingHeaderDataException Class
Members
In This Topic
    WrongDrawingHeaderDataException Class
    In This Topic
    The exception that is thrown when you trying to insert wrong list of drawing header items into a drawing header occurrence.
    Inheritance Hierarchy

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

    Syntax
    public class WrongDrawingHeaderDataException : HpdApiException 
    Remarks
    Only edited version of IReadOnlyList from the same EPLAN.Harness.API.Occurrences.Interfaces.IOccDrawingHeader can be used.
    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