As we know that finally block will called every time whether exception occurred or not, but in some scenario finally will not called.
Finally block will not called in the following scenario:-
1.) System.ExecutionEnginException
2.) System.StackOverFlowException
3.) Page state is changed inside try block
Finally block will not called in the following scenario:-
1.) System.ExecutionEnginException
2.) System.StackOverFlowException
3.) Page state is changed inside try block
No comments:
Post a Comment
Note: only a member of this blog may post a comment.