Parameters
- proj
- Project where the Function will be located in
- strPartnr
- this is the article number
- strVariant
- this is the article Variant
Exception | Description |
---|---|
System.ArgumentNullException | Thrown when proj is null . |
System.ArgumentNullException | Thrown when strPartnr is null . |
System.ArgumentNullException | Thrown when strVariant is null . |
ObjectCreationException | Thrown when the function cannot be created. |
System.ArgumentException | Thrown when strPartNr with strVariant already exists in the project. |