Click or drag to resize
ExportErrorHandlerStartEvent Method (SiteExportSettings, Exception)
Initiates the event handling

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
public ExportErrorEventArgs StartEvent(
	SiteExportSettings settings,
	Exception ex
)

Parameters

settings
Type: CMS.CMSImportExportSiteExportSettings
Export settings
ex
Type: SystemException
Exception thrown within the export process

Return Value

Type: ExportErrorEventArgs
See Also