As we know that Finally is called every time whether exception is thrown or not. But in what scenario even Finally is not called.
Brij Mishra
Select an image from your device to upload
First exception occurs if there is problem while executing Garbage collection and the second exception occurs if there is no space left in stack to execute further.
First exception also occurs if Environment.FailFast() called.