diff --git a/xml/System/AggregateException.xml b/xml/System/AggregateException.xml index 44f25ae00fe..985d090fc2a 100644 --- a/xml/System/AggregateException.xml +++ b/xml/System/AggregateException.xml @@ -682,8 +682,8 @@ - Returns the that is the root cause of this exception. - The that is the root cause of this exception. + Returns the that is the root cause of this exception. This exception is either the root exception or the first that contains either multiple inner exceptions or no inner exceptions at all. + The that is the root cause of this exception. To be added.