Skip to content
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>