What is the list of exceptions that CAN\'T be caught in .NET? Or where can I find such a list?
Well there are some exceptions that will always be re-thrown even if you catch them. StackOverflowException is the only ones i can think of atm though. possibly ThreadAbortedException.
StackOverflowException
ThreadAbortedException