JPDev@programming.dev to Programmer Humor@programming.dev · 1 year agoifn'tprogramming.devimagemessage-square125fedilinkarrow-up1752arrow-down111
arrow-up1741arrow-down1imageifn'tprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · 1 year agomessage-square125fedilink
minus-squareKissaki@programming.devlinkfedilinkEnglisharrow-up10·1 year agoPersonally, I like to call catched exception variables up, so for a rethrow I can throw up;.
minus-squareTwilightKiddy@programming.devlinkfedilinkarrow-up2·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.