Try-Catch and performance
hi,
i understant should not not use exceptions control application flow. makes sense!
is performance affected when exception occurs (catch block executed) or performance affected having code inside de try-catch-finally block, when "catch" block not executed (i.e:no exception occurs)?
thanks in advance,
dd
performance adversely affected when exceptions occur.
convert between vb, c#, c++, & java (http://www.tangiblesoftwaresolutions.com)
convert between vb, c#, c++, & java (http://www.tangiblesoftwaresolutions.com)
.NET Framework > Common Language Runtime Internals and Architecture
Comments
Post a Comment