From 50cf905ac90a449cf6e1646b2c60447721071253 Mon Sep 17 00:00:00 2001 From: Youssef1313 <31348972+Youssef1313@users.noreply.github.com> Date: Sat, 27 Jul 2019 21:44:40 +0200 Subject: [PATCH] Add missing semi-colon --- xml/System/Exception.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xml/System/Exception.xml b/xml/System/Exception.xml index 56244a7e29d..268433709cb 100644 --- a/xml/System/Exception.xml +++ b/xml/System/Exception.xml @@ -1,4 +1,4 @@ - + @@ -155,8 +155,8 @@ In contrast, if the exception is re-thrown by using the -```csharp -throw e +```csharp +throw e; ``` ```vb @@ -1385,4 +1385,4 @@ Stack Trace: - \ No newline at end of file +