Click or drag to resize
SubscriptionAddonException Constructor

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the SubscriptionAddonException class

Namespace: Netadmin.Management.Provisioning.Exceptions
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public SubscriptionAddonException(
	long subscriptionId,
	IEnumerable<long> addonSubscriptionIds,
	long targetCustomerId,
	long targetAddressId
)

Parameters

subscriptionId
Type: SystemInt64

[Missing <param name="subscriptionId"/> documentation for "M:Netadmin.Management.Provisioning.Exceptions.SubscriptionAddonException.#ctor(System.Int64,System.Collections.Generic.IEnumerable{System.Int64},System.Int64,System.Int64)"]

addonSubscriptionIds
Type: System.Collections.GenericIEnumerableInt64

[Missing <param name="addonSubscriptionIds"/> documentation for "M:Netadmin.Management.Provisioning.Exceptions.SubscriptionAddonException.#ctor(System.Int64,System.Collections.Generic.IEnumerable{System.Int64},System.Int64,System.Int64)"]

targetCustomerId
Type: SystemInt64

[Missing <param name="targetCustomerId"/> documentation for "M:Netadmin.Management.Provisioning.Exceptions.SubscriptionAddonException.#ctor(System.Int64,System.Collections.Generic.IEnumerable{System.Int64},System.Int64,System.Int64)"]

targetAddressId
Type: SystemInt64

[Missing <param name="targetAddressId"/> documentation for "M:Netadmin.Management.Provisioning.Exceptions.SubscriptionAddonException.#ctor(System.Int64,System.Collections.Generic.IEnumerable{System.Int64},System.Int64,System.Int64)"]

See Also