Click or drag to resize
ImportErrorHandlerStartEvent Method (SiteImportSettings, TranslationHelper, Exception)
Initiates the event handling

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
public ImportErrorEventArgs StartEvent(
	SiteImportSettings settings,
	TranslationHelper th,
	Exception ex
)

Parameters

settings
Type: CMS.CMSImportExportSiteImportSettings
Import settings
th
Type: CMS.DataEngineTranslationHelper
Translation helper
ex
Type: SystemException
Exception thrown within the import process

Return Value

Type: ImportErrorEventArgs
See Also