J
James
I would like to implement global exception handling in my Global.asax.vb
function.
From what I can gather, it only deals with unhandled exceptions. However,
for purposes of tracking, I'd like to mimic that functionality for handled
exceptions, so I don't have to write a method to handle/track exceptions on
every single page. Is this possible?
Thanks
function.
From what I can gather, it only deals with unhandled exceptions. However,
for purposes of tracking, I'd like to mimic that functionality for handled
exceptions, so I don't have to write a method to handle/track exceptions on
every single page. Is this possible?
Thanks