Replies: 1 comment 1 reply
-
I think the easiest way would be to create a custom data provider that inherits from the real data provider you want to use, and overrides the InsertEvent method adding your custom exception handling logic. Check this: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to catch exceptions (and then send a notification) when an audit event fails to be saved. What are the good options for accomplishing this, preferably with as little code as possible.
Beta Was this translation helpful? Give feedback.
All reactions