During 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. In the code above, we never land to the code where… Continue reading C# – Catch Exception of a thread