views:

19

answers:

1

I want to force a calling method to implement exception handling.

Java forces a calling method to implement exception handling where it calls another method that thorws an exception.

Does VB.Net have the same mechanism?

+1  A: 

.Net doesn't have checked exceptions. See: this question

benteight
Thanks for that :)
burntsugar