Click or drag to resize
AbstractBackupJobEntryErrorCatch Method
Catch for the entry error

Namespace: DrawerBackup.Client.Jobs
Assembly: DrawerBackup.Client (in DrawerBackup.Client.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
protected void EntryErrorCatch(
	Stream fileStream,
	IJobEntry currentEntry,
	Exception exp
)

Parameters

fileStream
Type: System.IOStream
currentEntry
Type: DrawerBackup.Native.Data.EntitiesIJobEntry
exp
Type: SystemException
See Also