Merge pull request #2557 from ghost/patch-6

remove syntax highlighting
This commit is contained in:
Julien Couvreur 2019-09-10 14:31:32 -07:00 committed by GitHub
commit 41e83a4d94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1136,7 +1136,7 @@ Exception in Main: G
```
If the first catch block had thrown `e` instead of rethrowing the current exception, the output produced would be as follows:
```csharp
```
Exception in F: G
Exception in Main: F
```