Differences
This shows you the differences between the selected revisions of the page.
2018-01-17 | 2018-01-17 | ||
5.12.1 Bug 1594: Custom error handling instead of default abort can be optionally implemented for batch operations in .NET assembly. (martin) | 5.12.1 Bug 1594: Custom error handling instead of default abort can be optionally implemented for batch operations in .NET assembly. (martin) | ||
Line 109: | Line 109: | ||
Also for all failures the ''[[library_session_failed|Session.Failed]]'' event is raised. | Also for all failures the ''[[library_session_failed|Session.Failed]]'' event is raised. | ||
- | The batch operation though typically aborts on the first major failure. See example on [[library_example_recursive_download_custom_error_handling|implementing recursive directory tree download with custom error handling]] to learn how to continue on errors. | + | The batch operation though typically aborts on the first major failure. To customize error processing, handle ''[[library_session_queryreceived|Session.QueryReceived]]''. //For an example, see [[library_example_recursive_download_custom_error_handling|Recursively download directory tree with custom error handling]].// |
===== Example ===== | ===== Example ===== |