Consider i execute a method \'Method1\' in C#. Once the execution goes into the method i check few condition and if any of them is false, then the execution of Method1 shou
There are a few ways to do that. You can use return or throw depending if you consider it an error or not.
return
throw