|
TransferManagerOnEntryError Event |
Occurs when a exception is raised in a entry processing
Namespace: DrawerBackup.Client.TransfersAssembly: DrawerBackup.Client (in DrawerBackup.Client.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic event Action<Stream, IJobEntry, Exception> OnEntryError
Public Event OnEntryError As Action(Of Stream, IJobEntry, Exception)
public:
event Action<Stream^, IJobEntry^, Exception^>^ OnEntryError {
void add (Action<Stream^, IJobEntry^, Exception^>^ value);
void remove (Action<Stream^, IJobEntry^, Exception^>^ value);
}
member OnEntryError : IEvent<Action<Stream, IJobEntry, Exception>,
EventArgs>
Value
Type:
SystemActionStream,
IJobEntry,
Exception
See Also