| IAddressStatusManagerAddAddressCodeMappings Method |
[This is preliminary documentation and is subject to change.]
Namespace: Netadmin.Management.Address
void AddAddressCodeMappings( long statusId, IEnumerable<IAddressStatusCodeRelation> relations )
| Exception | Condition |
|---|---|
| InvalidIdentifierException | Thrown if statusId is zero or less. |
| ArgumentNullException | relations is |
| ObjectNotFoundException | Thrown if the status does not exist. |