From cf6da332476ca1be5ee510dd6e1e6a2ef8c26ba9 Mon Sep 17 00:00:00 2001 From: Kaan Date: Mon, 1 Apr 2019 20:48:22 +0300 Subject: [PATCH] Added "More Information" Section (#30480) --- guide/english/csharp/try-catch/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guide/english/csharp/try-catch/index.md b/guide/english/csharp/try-catch/index.md index 9e9f9b82ef..8024fae40f 100644 --- a/guide/english/csharp/try-catch/index.md +++ b/guide/english/csharp/try-catch/index.md @@ -111,3 +111,5 @@ finally initialValue = 12; } ``` +### More Information +* [Microsoft Docs](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/try-catch-finally)