Skip to content

Commit e252185

Browse files
carlossanlopRon Petrusha
andcommitted
Document System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw (#3228)
* Document System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw * typo * suggestions by rpetrusha Co-Authored-By: Ron Petrusha <[email protected]>
1 parent 46ed09f commit e252185

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Runtime.ExceptionServices/ExceptionDispatchInfo.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,8 @@
216216
<Parameter Name="source" Type="System.Exception" Index="0" FrameworkAlternate="netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0;netstandard-2.1" />
217217
</Parameters>
218218
<Docs>
219-
<param name="source">To be added.</param>
220-
<summary>To be added.</summary>
219+
<param name="source">The exception whose state is captured, then rethrown.</param>
220+
<summary>Throws the source exception, maintaining the original Watson information and augmenting rather than replacing the original stack trace.</summary>
221221
<remarks>To be added.</remarks>
222222
</Docs>
223223
</Member>

0 commit comments

Comments
 (0)