Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

When developing mathematical formula based software application in .Net C# how to avoid Divide by 0 error without throwing an Exceptional handler?

user-image
Question added by Syed Hussaini , Senior Design engineer , private
Date Posted: 2014/03/10
Deleted user
by Deleted user

in delphi we use Try <instructions> Except <instructions> Finally

and its the same for C  Try <instructions> Catch<instructions>Finally <Instructions>

example http://msdn.microsoft.com/en-us/library/dszsf989.aspx

 

More Questions Like This