Asp.net core mvc error handling - how to display message prompt when throwing custom exception?

43 Views Asked by At

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.

0

There are 0 best solutions below