Browse Source

Added throw to the example in the audit log document

pull/9081/head
Halil İbrahim Kalkan 5 years ago
committed by GitHub
parent
commit
738f52018d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      docs/en/Audit-Logging.md

1
docs/en/Audit-Logging.md

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

Loading…
Cancel
Save