@[email protected] to Programmer [email protected] • 1 year agoifn'tprogramming.devimagemessage-square116fedilinkarrow-up1730arrow-down111
arrow-up1719arrow-down1imageifn'tprogramming.dev@[email protected] to Programmer [email protected] • 1 year agomessage-square116fedilink
minus-square@[email protected]linkfedilinkEnglish10•1 year agoPersonally, I like to call catched exception variables up, so for a rethrow I can throw up;.
minus-square@[email protected]linkfedilink2•1 year agoExcept rethrowing an exception in C# is just throw;, anything else is a crime against the person who reads your stacktraces.
Personally, I like to call catched exception variables
up
, so for a rethrow I canthrow up;
.Except rethrowing an exception in C# is just
throw;
, anything else is a crime against the person who reads your stacktraces.