CustomHooksException Constructor Ingeniux CMS Content Store API

Initializes a new instance of the CustomHooksException class

Namespace: Ingeniux.CMS.Models.Hooks
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

public CustomHooksException(
	Exception e,
	string hookMethodName
)

Parameters

e
Type: SystemException

[Missing <param name="e"/> documentation for "M:Ingeniux.CMS.Models.Hooks.CustomHooksException.#ctor(System.Exception,System.String)"]

hookMethodName
Type: SystemString

[Missing <param name="hookMethodName"/> documentation for "M:Ingeniux.CMS.Models.Hooks.CustomHooksException.#ctor(System.Exception,System.String)"]

See Also

Reference