Eplan Platform API
Eplan.EplApi.DataModel Namespace / SymbolNotFoundException Class / SymbolNotFoundException Constructor / SymbolNotFoundException Constructor(String)
Name of symbol which wasn't found.

In This Topic
    SymbolNotFoundException Constructor(String)
    In This Topic
    constructor with name of searched symbol.
    Syntax
    public SymbolNotFoundException( 
       string symbolName
    )
    public:
    SymbolNotFoundException( 
       String^ symbolName
    )

    Parameters

    symbolName
    Name of symbol which wasn't found.
    See Also