Re: Are Application_Error and Page_Error triggered by the same event?

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



But, is there any situation where having a Page_Error function will catch
errors that an Application_Error would not catch?


"Marina" <someone@xxxxxxxxxx> wrote in message
news:%23S9AthvrFHA.248@xxxxxxxxxxxxxxxxxxxxxxx
> If Page_Error does not clear the error, then Application_Error will get
> called. So Page_Error is kind of like a first line of defense. If it
> doesn't deal with the error, it will go to Application_Error.
>
> "Matt" <mddittman@xxxxxxxxxx> wrote in message
> news:O$drScvrFHA.1132@xxxxxxxxxxxxxxxxxxxxxxx
>> As the subject says... are Application_Error and Page_Error triggered by
>> the same event? In other words, is there any error that could slip by
>> Application_Error but be caught by Page_Error, or vise-versa? Or is it
>> just a matter of handling the same exact thing in different scopes?
>>
>
>


.



Relevant Pages