ExportPatternTable.Add
Method
Description:
Inserts a (key,info) pair into Export pattern table.
Inserts a (key,info) pair into Export pattern table.
Parameters
| Parameter | Type | Description |
|---|---|---|
| exportPatternKey | ExportPatternKey | The export pattern key to be added. |
| exportPatternInfo | ExportPatternInfo | The export pattern info to be added. |
Return Value
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The key already exists in the table. |
| ArgumentNullException | A non-optional argument was null |