Error Handling
I've managed to successfully incorporate the PhilPage_Error event (which displays a customized, detailed error message) into my pagebase class of my own site. Here is my question regarding this event:
Being this event is for trapping errors which are unaccounted for in try-catch blocks in a given site, would it be considered good practice to do away with try-catches altogether and just rely on this event handler to fire everytime there's an error? If not, what are the drawbacks?
Thanks
|