Click or drag to resize
ExportErrorHandler.StartEvent Method (SiteExportSettings, Exception)
Initiates the event handling

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

Parameters

settings
Type: CMS.CMSImportExport.SiteExportSettings
Export settings
ex
Type: System.Exception
Exception thrown within the export process

Return Value

Type: ExportErrorEventArgs
See Also