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.6.492
Syntax
public LicensingException(
	DynamicSiteLicense license,
	string message
)

Parameters

license  DynamicSiteLicense

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

message  String

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

See Also