API Help
Eplan.EplApi.DataModel Namespace / IncorrectObjectTypeException Class / IncorrectObjectTypeException Constructor / IncorrectObjectTypeException Constructor(String,String)
Required type
Object type

In This Topic
    IncorrectObjectTypeException Constructor(String,String)
    In This Topic
    Internal constructor with description.
    Syntax
    public IncorrectObjectTypeException( 
       string required_type,
       string object_type
    )
    public:
    IncorrectObjectTypeException( 
       String^ required_type,
       String^ object_type
    )

    Parameters

    required_type
    Required type
    object_type
    Object type
    See Also