![]()
C# – Catch Exception of a thread
1. Background Worker
2. Normal Thread
3. Global exceptions
C# - Catch Exception of a threadDuring our development we must handle with a lot of errors. Working with multitasking, handling exceptions turn to be a little complex. In multi-threading the exceptions can not be cross-thread accessed, they can only be caught from the thread which code is running on.
Posted Link in Programming