API Help
Eplan.EplApi.DataModel Namespace / ForbiddenOperationException Class / ForbiddenOperationException Constructor / ForbiddenOperationException Constructor(Type,String)
Class name
Function name

In This Topic
    ForbiddenOperationException Constructor(Type,String)
    In This Topic
    Constructor with custom description created with IDS_ERR_INVALID_OPERATION_FOR_THIS_CLASS error message. Should be used for functions which don't make sens for specified objects.
    Syntax
    public ForbiddenOperationException( 
       Type className,
       string functionName
    )
    public:
    ForbiddenOperationException( 
       Type^ className,
       String^ functionName
    )

    Parameters

    className
    Class name
    functionName
    Function name
    See Also