Added throw to the example in the audit log document

pull/9081/head
Halil İbrahim Kalkan 4 years ago committed by GitHub
parent 65d7e9d562
commit 738f52018d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -353,6 +353,7 @@ public class MyService : ITransientDependency
{
//Add exceptions
_auditingManager.Current.Log.Exceptions.Add(ex);
throw;
}
finally
{

Loading…
Cancel
Save