Re: [ADVANCED-DOTNET] Handling Errors

2003-10-03 Thread Heath Ryan
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

Re: [ADVANCED-DOTNET] Handling Errors

2003-10-03 Thread Streno, Robert
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

[ADVANCED-DOTNET] Handling Errors

2003-10-02 Thread Daniel Wilson
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

[ADVANCED-DOTNET] Handling errors in User Controls

2002-09-12 Thread kevin
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