API Help
Eplan.EplApi.DataModel Namespace / InvalidPageNameException_IncorrectParts Class
Members

In This Topic
    InvalidPageNameException_IncorrectParts Class
    In This Topic
    Thrown when an invalid name is being set on a Page. The reason are incorrect name parts specified.
    Inheritance Hierarchy

    System.Object
       System.Exception
          System.SystemException
             System.ArgumentException
                Eplan.EplApi.DataModel.InvalidArgumentException
                   Eplan.EplApi.DataModel.InvalidPageNameException
                      Eplan.EplApi.DataModel.InvalidPageNameException_IncorrectParts

    Syntax
    public class InvalidPageNameException_IncorrectParts : InvalidPageNameException 
    public ref class InvalidPageNameException_IncorrectParts : public InvalidPageNameException 
    Public Properties
     NameDescription
    Public Property (Inherited from System.Exception)
    Public PropertyProvides additional informations about the error.  
    Public Property (Inherited from System.Exception)
    Public Property (Inherited from System.Exception)
    Public Property (Inherited from System.Exception)
    Public PropertyProvides a hint about which hierarchy property is invalid.  
    Public Property (Inherited from System.ArgumentException)
    Public PropertyReturns the invalid name. (Inherited from Eplan.EplApi.DataModel.InvalidPageNameException)
    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