Skip to content

Add missing semi-colon #2850

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 28, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions xml/System/Exception.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Type Name="Exception" FullName="System.Exception">
<Type Name="Exception" FullName="System.Exception">
<TypeSignature Language="C#" Value="public class Exception : System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable" />
<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" />
<TypeSignature Language="DocId" Value="T:System.Exception" />
Expand Down Expand Up @@ -155,8 +155,8 @@
In contrast, if the exception is re-thrown by using the
```csharp
throw e
```csharp
throw e;
```
```vb
Expand Down Expand Up @@ -1385,4 +1385,4 @@ Stack Trace:
</Docs>
</Member>
</Members>
</Type>
</Type>