Skip to content

Commit f556326

Browse files
Youssef1313mairaw
authored andcommitted
Add missing semi-colon (#2850)
1 parent 6a1b1e0 commit f556326

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

xml/System/Exception.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Type Name="Exception" FullName="System.Exception">
1+
<Type Name="Exception" FullName="System.Exception">
22
<TypeSignature Language="C#" Value="public class Exception : System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable" />
33
<TypeSignature Language="ILAsm" Value=".class public sequential ansi serializable beforefieldinit Exception extends System.Object implements class System.Runtime.InteropServices._Exception, class System.Runtime.Serialization.ISerializable" />
44
<TypeSignature Language="DocId" Value="T:System.Exception" />
@@ -155,8 +155,8 @@
155155
156156
In contrast, if the exception is re-thrown by using the
157157
158-
```csharp
159-
throw e
158+
```csharp
159+
throw e;
160160
```
161161
162162
```vb
@@ -1385,4 +1385,4 @@ Stack Trace:
13851385
</Docs>
13861386
</Member>
13871387
</Members>
1388-
</Type>
1388+
</Type>

0 commit comments

Comments
 (0)