Is there anyway to direct custom exception from server side to be shown as prompt dialog in frontend?
I am using c# on backend code.
I tried to implement server-side global exception handling mechanism but to no avail.
Any suggestion is very much appreciated.