Developer forum

Forum » Development » Best practices to handle exceptions in Notification Subscribers

Best practices to handle exceptions in Notification Subscribers

Andrey Kozachuk
Reply

What should I do when I want to throw a business logic expection in the notification subscriber?

The goal is to log an error in the most standard way, I don't want end-user to see any error message.

Currently I call Dynamicweb.Information.Logger.LogGeneral and do not throw an exception, not sure if is the best solution.


Replies

 

You must be logged in to post in the forum