Click here to Skip to main content
15,912,977 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
QuestionDeisgn issues with Digital signature solution Pin
abcxyz823-Apr-07 2:14
abcxyz823-Apr-07 2:14 
AnswerRe: Deisgn issues with Digital signature solution Pin
Code_Doctor16-Apr-07 17:24
Code_Doctor16-Apr-07 17:24 
QuestionSoftware Architect Pin
Mohammed Derbashi2-Apr-07 20:20
professionalMohammed Derbashi2-Apr-07 20:20 
AnswerRe: Software Architect Pin
Pete O'Hanlon3-Apr-07 1:10
mvePete O'Hanlon3-Apr-07 1:10 
JokeRe: Software Architect Pin
CPallini3-Apr-07 1:50
mveCPallini3-Apr-07 1:50 
AnswerRe: Software Architect Pin
Moak4-Apr-07 12:40
Moak4-Apr-07 12:40 
AnswerRe: Software Architect Pin
Aaron VanWieren4-Apr-07 13:16
Aaron VanWieren4-Apr-07 13:16 
QuestionEfficient Exception Bubbling Pin
Tristan Rhodes2-Apr-07 6:24
Tristan Rhodes2-Apr-07 6:24 
Guys

There are regular situations in the code base i am working on where exceptions are thrown but nothing is done with them. The end result is vague exceptions being caught at the top level with no information regarding what went wrong.

As a result, i have begun catching them, adding data relevant to the location where they were caught, and re-throwing.

In some cases the same exception can be caught and re-thrown 4+ times. I know exceptions are slow, but what are the other options?

Note: Generaly these exceptions shouldn't be thrown that often and are a vital debug tool

Regards

Tris
AnswerRe: Efficient Exception Bubbling Pin
Pete O'Hanlon3-Apr-07 1:19
mvePete O'Hanlon3-Apr-07 1:19 
GeneralRe: Efficient Exception Bubbling Pin
Tristan Rhodes3-Apr-07 3:16
Tristan Rhodes3-Apr-07 3:16 
Questionwww.google.co.inestrict read/ write access to USB drive Pin
scoobydoo200729-Mar-07 23:14
scoobydoo200729-Mar-07 23:14 
GeneralRe: www.google.co.inestrict read/ write access to USB drive Pin
Paul Conrad23-Dec-07 8:18
professionalPaul Conrad23-Dec-07 8:18 
Questionrestrict read/ write access to USB drive Pin
scoobydoo200729-Mar-07 23:06
scoobydoo200729-Mar-07 23:06 
Questionbookkeeping agency Pin
alexrad29-Mar-07 10:04
alexrad29-Mar-07 10:04 
AnswerRe: bookkeeping agency Pin
led mike29-Mar-07 10:54
led mike29-Mar-07 10:54 
GeneralRe: bookkeeping agency Pin
alexrad29-Mar-07 13:42
alexrad29-Mar-07 13:42 
QuestionDoFactory.com Pin
Brendan Vogt29-Mar-07 1:13
Brendan Vogt29-Mar-07 1:13 
AnswerRe: DoFactory.com Pin
Pete O'Hanlon29-Mar-07 22:49
mvePete O'Hanlon29-Mar-07 22:49 
GeneralRe: DoFactory.com Pin
Brendan Vogt29-Mar-07 23:06
Brendan Vogt29-Mar-07 23:06 
GeneralRe: DoFactory.com Pin
Pete O'Hanlon29-Mar-07 23:22
mvePete O'Hanlon29-Mar-07 23:22 
GeneralBase Classes and Factory Pattern Pin
Brady Kelly27-Mar-07 19:26
Brady Kelly27-Mar-07 19:26 
GeneralRe: Base Classes and Factory Pattern Pin
Pete O'Hanlon27-Mar-07 22:40
mvePete O'Hanlon27-Mar-07 22:40 
GeneralRe: Base Classes and Factory Pattern Pin
led mike28-Mar-07 5:54
led mike28-Mar-07 5:54 
GeneralRe: Base Classes and Factory Pattern Pin
Brady Kelly28-Mar-07 6:10
Brady Kelly28-Mar-07 6:10 
QuestionGenerate C# code from UML class diagram Pin
aminowest27-Mar-07 5:07
aminowest27-Mar-07 5:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.