Skip to content

Commit 1a0a2c8

Browse files
carlossanlopRon Petrusha
andcommitted
Document System.DirectoryServices.AccountManagement.PrincipalException (#3230)
* Document System.DirectoryServices.AccountManagement.PrincipalException * suggestion by rpetrusha Co-Authored-By: Ron Petrusha <[email protected]>
1 parent c711cf9 commit 1a0a2c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xml/System.DirectoryServices.AccountManagement/PrincipalException.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@
4343
<Parameter Name="context" Type="System.Runtime.Serialization.StreamingContext" Index="1" FrameworkAlternate="dotnet-plat-ext-2.1;dotnet-plat-ext-2.2;dotnet-plat-ext-3.0" />
4444
</Parameters>
4545
<Docs>
46-
<param name="info">To be added.</param>
47-
<param name="context">To be added.</param>
48-
<summary>To be added.</summary>
46+
<param name="info">The error information.</param>
47+
<param name="context">The streaming context.</param>
48+
<summary>Initializes a new instance of the <see cref="T:System.DirectoryServices.AccountManagement.PrincipalException" /> class using the provided serialization information and streaming context.</summary>
4949
<remarks>To be added.</remarks>
5050
</Docs>
5151
</Member>

0 commit comments

Comments
 (0)