Harness proD API Help
EPLAN.Harness.API.Exceptions Namespace / ObjectInvalidException Class
Members
In This Topic
    ObjectInvalidException Class
    In This Topic
    The object is in invalid state. Obtain a new one.
    Inheritance Hierarchy

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

    Syntax
    public class ObjectInvalidException : HpdApiException 
    Remarks

    Some methods may invalidate some HpD Api objects (possibly other than the one that this was called on). This should be noted in the method's description.

    When this happens, you should obtain new objects. You can do this the same way as you obtained the objects before.

    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