If I want to terminate a code, what is the best command to use.
For example if code is not able to establish the DB connectivity what is the correct command to use.
Does Environment.Exit(0) is a right command?
Thanks
SaiRam