Skip to content

Commit 0d528ad

Browse files
authored
Add exception for RawSecurityDescriptor constructor (#4050)
1 parent 88d1dc7 commit 0d528ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xml/System.Security.AccessControl/RawSecurityDescriptor.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
<param name="sddlForm">The SDDL string from which to create the new <see cref="T:System.Security.AccessControl.RawSecurityDescriptor" /> object.</param>
7373
<summary>Initializes a new instance of the <see cref="T:System.Security.AccessControl.RawSecurityDescriptor" /> class from the specified Security Descriptor Definition Language (SDDL) string.</summary>
7474
<remarks>To be added.</remarks>
75+
<exception cref="T:System.ArgumentException">The SDDL form of a security descriptor object is invalid.</exception>
7576
</Docs>
7677
</Member>
7778
<Member MemberName=".ctor">

0 commit comments

Comments
 (0)