Re: Are Application_Error and Page_Error triggered by the same event?
- From: "Matt" <mddittman@xxxxxxxxxx>
- Date: Thu, 1 Sep 2005 09:28:27 -0400
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?
>>
>
>
.
- References:
- Prev by Date: Debug.WriteLine and Trace.WriteLine from class.
- Next by Date: Re: Button inside a WebCustomControl not firing an event
- Previous by thread: Re: Are Application_Error and Page_Error triggered by the same event?
- Next by thread: Debug.WriteLine and Trace.WriteLine from class.
- Index(es):
Relevant Pages
|