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.
1 parent a581ce0 commit a8063dbCopy full SHA for a8063db
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