Community discussion forum

How to catch exception without using Try & catch block in vb.net

  • 11 months ago
    How to catch exception without using Try & catch block in vb.net
  • 11 months ago
    Hi, You can not do away with them completely, exception handling forms a part of structured coding. I would never recommend removing try catch blocks, you can minimise their use by testing objects and properties in a controlled manner, however, if you integrate with third party controls and they raise exceptions to allow you to handle issues with them, then you will have choice but to use try catch blocks. Si

Post a reply

Enter your message below

Sign in or Join us (it's free).

Want to stay in touch with what's going on? Follow us on twitter!