Parameters
| Parameter Name | Description |
|---|---|
| proj | Project where the Function will be located in |
| strPartnr | this is the article number |
| strVariant | this is the article Variant |
| Parameter Name | Description |
|---|---|
| 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. |