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)


.NET Framework  >  Common Language Runtime Internals and Architecture



Comments

Popular posts from this blog

Azure DocumentDB Owner resource does not exist

RFC_ERROR_SYSTEM_FAILURE with SAP ECC 6 Unicode

C# System.Data.Common DbCommand and getting Datasets from Oracle