protected override bool IsKnownException(Exception exception) { return(base.IsKnownException(exception) || DataAccessHelper.IsDataAccessKnownException(exception) || MonitoringHelper.IsKnownExceptionForMonitoring(exception)); }
protected override bool IsKnownException(Exception e) { return(base.IsKnownException(e) || MonitoringHelper.IsKnownExceptionForMonitoring(e)); }