From 577d6454b11e3ecae6b9804072a814a69eb5ec97 Mon Sep 17 00:00:00 2001 From: Carlos Sanchez Lopez Date: Tue, 16 Apr 2019 13:53:48 -0700 Subject: [PATCH 1/2] Port two exceptions from System.Linq triple slash comments to Docs --- xml/System.Linq/ParallelEnumerable.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xml/System.Linq/ParallelEnumerable.xml b/xml/System.Linq/ParallelEnumerable.xml index c521fb78742..61fd1b01c3c 100644 --- a/xml/System.Linq/ParallelEnumerable.xml +++ b/xml/System.Linq/ParallelEnumerable.xml @@ -3601,6 +3601,7 @@ or is a null reference (Nothing in Visual Basic). One or more exceptions occurred during the evaluation of the query. + The exception that occurs when this method is called. Parallel LINQ (PLINQ) @@ -4102,6 +4103,7 @@ or is a null reference (Nothing in Visual Basic). One or more exceptions occurred during the evaluation of the query. + The exception that occurs when this method is called. Parallel LINQ (PLINQ) From 130201e09c71e084bdd61d5420b5679c42507822 Mon Sep 17 00:00:00 2001 From: Carlos Sanchez Lopez Date: Thu, 18 Apr 2019 12:40:55 -0700 Subject: [PATCH 2/2] Applying suggestions by rpetrusha in PR --- xml/System.Linq/ParallelEnumerable.xml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/xml/System.Linq/ParallelEnumerable.xml b/xml/System.Linq/ParallelEnumerable.xml index 61fd1b01c3c..00eaab5f4ca 100644 --- a/xml/System.Linq/ParallelEnumerable.xml +++ b/xml/System.Linq/ParallelEnumerable.xml @@ -3597,10 +3597,6 @@ ]]> - The query was canceled with the token passed in through . - - or is a null reference (Nothing in Visual Basic). - One or more exceptions occurred during the evaluation of the query. The exception that occurs when this method is called. Parallel LINQ (PLINQ) @@ -4099,10 +4095,6 @@ ]]> - The query was canceled with the token passed in through . - - or is a null reference (Nothing in Visual Basic). - One or more exceptions occurred during the evaluation of the query. The exception that occurs when this method is called. Parallel LINQ (PLINQ)