API Help
Eplan.EplApi.MasterData Namespace / MDInvalidIndexException Class
Members

In This Topic
    MDInvalidIndexException Class
    In This Topic
    Is thrown when given properties' index is incorrectly - when index is less then 1 or greater then MaxIndex
    Inheritance Hierarchy

    System.Object
       System.Exception
          System.SystemException
             System.ArgumentException
                Eplan.EplApi.MasterData.MDInvalidArgumentException
                   Eplan.EplApi.MasterData.MDInvalidIndexException

    Syntax
    public class MDInvalidIndexException : MDInvalidArgumentException 
    public ref class MDInvalidIndexException : public MDInvalidArgumentException 
    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    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.ArgumentException)
    Public Property (Inherited from System.ArgumentException)
    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.ArgumentException)
    Public Method (Inherited from System.Exception)
    Public Method (Inherited from System.Exception)
    Top
    See Also