of user your application is
using.
// Ryan
-Original Message-
From: Daniel Wilson
To: [EMAIL PROTECTED]
Sent: 02-10-2003 14:18
Subject: [ADVANCED-DOTNET] Handling Errors
Hey everyone,
My apps are tiered having multiple UI, Facade, Business Logic, Data =
Access layers usually. How do
not capture all
exceptions, but you'll be thankful for the ones you do.
-Rob
-Original Message-
From: Daniel Wilson [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 02, 2003 8:18 AM
To: [EMAIL PROTECTED]
Subject: [ADVANCED-DOTNET] Handling Errors
Hey everyone,
My apps are tier
Hey everyone,
My apps are tiered having multiple UI, Facade, Business Logic, Data =
Access layers usually. How do you typically handle errors in each =
layer? Do you have SqlServer like error messages propagate up to the UI
= or facade layer? Or do you have plenty of bool methods in the =
DataA
Hi,
We have a site where users can add
a variety of usercontrols
to a page for customization.
These usercontrols inherit from a base class
that inherits from the .net UserControl class:
public class PortalModuleControl : UserControl
Now we would like for our developers to not have
to write try