API Help
Eplan.EplApi.DataModel Namespace / ForbiddenOperationException Class / ForbiddenOperationException Constructor / ForbiddenOperationException Constructor(Type,Type)
Type of class from which Properties member was called.
Type of class from which object was created.

In This Topic
    ForbiddenOperationException Constructor(Type,Type)
    In This Topic
    Constructor with custom description created with IDS_ERR_INVALID_CLASS_INHIERANCE_FOR_PROPERTYLIST error message. Should be used for PropertyLists members for objects of TerminalStrip and PlugStrip.
    Syntax
    public ForbiddenOperationException( 
       Type functionType,
       Type objectType
    )
    public:
    ForbiddenOperationException( 
       Type^ functionType,
       Type^ objectType
    )

    Parameters

    functionType
    Type of class from which Properties member was called.
    objectType
    Type of class from which object was created.
    See Also