6 instantiations of InvalidRuleSetException
Microsoft.CodeAnalysis (6)
RuleSet\RuleSetInclude.cs (1)
71
throw new
InvalidRuleSetException
(string.Format(CodeAnalysisResources.InvalidRuleSetInclude, path, e.Message));
RuleSet\RuleSetProcessor.cs (5)
77
throw new
InvalidRuleSetException
(e.Message);
121
throw new
InvalidRuleSetException
(string.Format(CodeAnalysisResources.RuleSetHasDuplicateRules, ruleId, existingAction, action));
234
throw new
InvalidRuleSetException
(string.Format(CodeAnalysisResources.RuleSetBadAttributeValue, RuleActionAttributeName, action));
258
throw new
InvalidRuleSetException
(string.Format(CodeAnalysisResources.RuleSetMissingAttribute, node.Name, attributeName));
263
throw new
InvalidRuleSetException
(string.Format(CodeAnalysisResources.RuleSetBadAttributeValue, attributeName, attribute.Value));
1 reference to InvalidRuleSetException
Microsoft.CodeAnalysis (1)
RuleSet\RuleSet.cs (1)
313
catch (
InvalidRuleSetException
e)