We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5fad790 + a8063db commit da37daaCopy full SHA for da37daa
xml/Microsoft.Extensions.Configuration/ConfigurationRoot.xml
@@ -93,6 +93,8 @@
93
<param name="providers">The <see cref="T:Microsoft.Extensions.Configuration.IConfigurationProvider" />s for this configuration.</param>
94
<summary>Initializes a Configuration root with a list of providers.</summary>
95
<remarks>To be added.</remarks>
96
+ <exception cref="T:System.ArgumentNullException">
97
+ <paramref name="providers" /> is <see langword="null" />.</exception>
98
</Docs>
99
</Member>
100
<Member MemberName="Dispose">
0 commit comments