3 references to Throw
Microsoft.TemplateEngine.Utils (3)
DictionaryExtensions.cs (3)
55
/// <exception cref="Exception">Thrown if key is already present in current dictionary and <see cref="ConflictingKeysResolution.
Throw
"/> strategy was requested.</exception>
67
else if (conflictingKeysResolution == ConflictingKeysResolution.
Throw
)
83
/// <exception cref="Exception">Thrown if key is already present in current dictionary and <see cref="ConflictingKeysResolution.
Throw
"/> strategy was requested.</exception>