IncidentSvc: improve error reporting
When the IncidentSvc catches an exception, it's useful to show which handler produced it.
Also, sometimes the stack can get messed up (especially in debug builds?), so the m_currentIncidentType
ptr is null when the exception is caught, causing even less understandable messages....