Click or drag to resize
PriceCalculationException Constructor

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

Initializes a new instance of the PriceCalculationException class

Namespace: Netadmin.Management.Provisioning.Exceptions
Assembly: Netadmin.Management (in Netadmin.Management.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public PriceCalculationException(
	string friendlyMessage,
	string exceptionMessage,
	Exception innerException
)

Parameters

friendlyMessage
Type: SystemString

[Missing <param name="friendlyMessage"/> documentation for "M:Netadmin.Management.Provisioning.Exceptions.PriceCalculationException.#ctor(System.String,System.String,System.Exception)"]

exceptionMessage
Type: SystemString

[Missing <param name="exceptionMessage"/> documentation for "M:Netadmin.Management.Provisioning.Exceptions.PriceCalculationException.#ctor(System.String,System.String,System.Exception)"]

innerException
Type: SystemException

[Missing <param name="innerException"/> documentation for "M:Netadmin.Management.Provisioning.Exceptions.PriceCalculationException.#ctor(System.String,System.String,System.Exception)"]

See Also