Harness proD API Help
EPLAN.Harness.API.Exceptions Namespace / HpdApiNotInitializedException Class
Members
In This Topic
    HpdApiNotInitializedException Class
    In This Topic
    Api is not in an initialized state. You can get current state from Status property. If API is uninitialized, you can initialize it by calling Init(String,String[]) method. If API is in failed state, you can not resurrect it.
    Inheritance Hierarchy

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

    Syntax
    public class HpdApiNotInitializedException : HpdApiException 
    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