Skip to content

Commit da37daa

Browse files
authored
Merge pull request dotnet#9665 from moojek/moojek-patch-1
Add information about NullReferenceException in ConfigurationRoot ctor
2 parents 5fad790 + a8063db commit da37daa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

xml/Microsoft.Extensions.Configuration/ConfigurationRoot.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@
9393
<param name="providers">The <see cref="T:Microsoft.Extensions.Configuration.IConfigurationProvider" />s for this configuration.</param>
9494
<summary>Initializes a Configuration root with a list of providers.</summary>
9595
<remarks>To be added.</remarks>
96+
<exception cref="T:System.ArgumentNullException">
97+
<paramref name="providers" /> is <see langword="null" />.</exception>
9698
</Docs>
9799
</Member>
98100
<Member MemberName="Dispose">

0 commit comments

Comments
 (0)