Click or drag to resize

PublishingErrorEventArgs Constructor


Initializes a new instance of the PublishingErrorEventArgs class

Namespace:  Ingeniux.CMS.Event
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax
public PublishingErrorEventArgs(
	IPublishingTask task
)

Parameters

task
Type: Ingeniux.CMSIPublishingTask
The publishing task to retrieve error information from
See Also