N
Nam
In a C# class of an ASP.NET application, I am logging the exceptions to the
windows even log. How can I simultaneously propagate the exception on top and
let the Page that calls that C# class to catch the exception?
After catching the exception, I would redirect a customized message to an
error page.
Thank you in advance.
windows even log. How can I simultaneously propagate the exception on top and
let the Page that calls that C# class to catch the exception?
After catching the exception, I would redirect a customized message to an
error page.
Thank you in advance.