I am executing azure databricks notebook and Keeping try catch for exception handling in that I want to exit notebook run when Exceptions meet true. I'm keeping notebook exit command but it is moving to next cell.
Below is my code and output when I executed notebook. Can you please check and help If I'm doing wrong in any place.