Conversation
Notices
-
Verius (verius@community.highlandarrow.com)'s status on Sunday, 31-Dec-2017 09:50:16 EST Verius
`try { ... } catch (Exception ex) when (LogException(ex)) { }` with LogException() always returning false. I'm torn whether this is a nice trick to process an exception without manual rethrowing or a horrible hack.