Eplan Platform API
Eplan.EplApi.DataModel Namespace / IncorrectSymbolTypeException Class / IncorrectSymbolTypeException Constructor / IncorrectSymbolTypeException Constructor(Type,String)
Object type
Symbol type

In This Topic
    IncorrectSymbolTypeException Constructor(Type,String)
    In This Topic
    constructor with description of object type and variant (unused now).
    Syntax
    public IncorrectSymbolTypeException( 
       Type objectType,
       string symbolType
    )
    public:
    IncorrectSymbolTypeException( 
       Type^ objectType,
       String^ symbolType
    )

    Parameters

    objectType
    Object type
    symbolType
    Symbol type
    See Also