Base solution for your next web application
Open Closed

Custom exception message #6000


User avatar
0
antonis created

Hi,

I want to send a custom exception message to client when a specific exception is fired (AbpDbConcurrencyException). Instead of doing this for each method of all my appservices I would like to change it in a global place. So for example if I have 20 AppServices with each 2-3 methods I dont want to add try/catch block in each method but instead have a place where I do this.

How can I achieve such requirement

Thanks


4 Answer(s)