We\'ve seen plenty of questions about when and why to use try/catch and try/catch/finally. And I know there\
try
catch
finally
In lower levels finally is just as expensive as an else if the condition not met. It is actually a jump in assembler (IL).
else