From 781fc0c96e6566b23a2da8350359c79812d52165 Mon Sep 17 00:00:00 2001
From: NextTurn <45985406+NextTurn@users.noreply.github.com>
Date: Sun, 29 Mar 2020 00:00:00 +0800
Subject: [PATCH] Add exception for RawSecurityDescriptor constructor
---
xml/System.Security.AccessControl/RawSecurityDescriptor.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/xml/System.Security.AccessControl/RawSecurityDescriptor.xml b/xml/System.Security.AccessControl/RawSecurityDescriptor.xml
index 72346d3bc93..5dcf4cadd16 100644
--- a/xml/System.Security.AccessControl/RawSecurityDescriptor.xml
+++ b/xml/System.Security.AccessControl/RawSecurityDescriptor.xml
@@ -72,6 +72,7 @@
The SDDL string from which to create the new object.
Initializes a new instance of the class from the specified Security Descriptor Definition Language (SDDL) string.
To be added.
+ The SDDL form of a security descriptor object is invalid.