|
AbstractBackupJobEntryErrorCatch Method |
Catch for the entry error
Namespace: DrawerBackup.Client.JobsAssembly: DrawerBackup.Client (in DrawerBackup.Client.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxprotected void EntryErrorCatch(
Stream fileStream,
IJobEntry currentEntry,
Exception exp
)
Protected Sub EntryErrorCatch (
fileStream As Stream,
currentEntry As IJobEntry,
exp As Exception
)
protected:
void EntryErrorCatch(
Stream^ fileStream,
IJobEntry^ currentEntry,
Exception^ exp
)
member EntryErrorCatch :
fileStream : Stream *
currentEntry : IJobEntry *
exp : Exception -> unit
Parameters
- fileStream
- Type: System.IOStream
- currentEntry
- Type: DrawerBackup.Native.Data.EntitiesIJobEntry
- exp
- Type: SystemException
See Also