func (w *Windows) collectNetFrameworkCLRExceptions(mx map[string]int64, pms prometheus.Series) {
    seen := make(map[string]bool)

    for _, pm := range pms.FindByName(metricNetFrameworkCLRExceptionsThrownTotal) {
        if name := cleanProcessName(pm.Labels.Get("process")); name != "" {