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.6.492
Syntax
public PublishingErrorEventArgs(
	IPublishingTask task
)

Parameters

task  IPublishingTask
The publishing task to retrieve error information from
See Also