From 738f52018d4e73e9b0dd0397f8a1e7e8b88ceee1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Wed, 19 May 2021 17:30:18 +0300 Subject: [PATCH] Added throw to the example in the audit log document --- docs/en/Audit-Logging.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/en/Audit-Logging.md b/docs/en/Audit-Logging.md index 799b3b76c3..67aee58dac 100644 --- a/docs/en/Audit-Logging.md +++ b/docs/en/Audit-Logging.md @@ -353,6 +353,7 @@ public class MyService : ITransientDependency { //Add exceptions _auditingManager.Current.Log.Exceptions.Add(ex); + throw; } finally {