Click or drag to resize

LicensingException Constructor


Initializes a new instance of the LicensingException class

Namespace:  Ingeniux.CMS.Exceptions
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
public LicensingException(
	DynamicSiteLicense license,
	string message
)

Parameters

license
Type: DynamicSiteLicense

[Missing <param name="license"/> documentation for "M:Ingeniux.CMS.Exceptions.LicensingException.#ctor(Ingeniux.License.DynamicSiteLicense,System.String)"]

message
Type: SystemString

[Missing <param name="message"/> documentation for "M:Ingeniux.CMS.Exceptions.LicensingException.#ctor(Ingeniux.License.DynamicSiteLicense,System.String)"]

See Also