Click here to Skip to main content
15,888,461 members
Home / Discussions / C#
   

C#

 
QuestionCatching Exceptions Pin
Colin Angus Mackay23-Jun-06 5:02
Colin Angus Mackay23-Jun-06 5:02 
AnswerRe: Catching Exceptions Pin
Dustin Metzgar23-Jun-06 5:07
Dustin Metzgar23-Jun-06 5:07 
AnswerRe: Catching Exceptions Pin
Josh Smith23-Jun-06 5:07
Josh Smith23-Jun-06 5:07 
AnswerRe: Catching Exceptions Pin
BoneSoft23-Jun-06 5:17
BoneSoft23-Jun-06 5:17 
GeneralRe: Catching Exceptions [modified] Pin
Colin Angus Mackay23-Jun-06 6:10
Colin Angus Mackay23-Jun-06 6:10 
GeneralRe: Catching Exceptions Pin
Colin Angus Mackay23-Jun-06 6:13
Colin Angus Mackay23-Jun-06 6:13 
GeneralRe: Catching Exceptions [modified] Pin
BoneSoft23-Jun-06 6:17
BoneSoft23-Jun-06 6:17 
AnswerRe: Catching Exceptions Pin
A.A.23-Jun-06 10:36
A.A.23-Jun-06 10:36 
Colin Angus Mackay wrote:
What is your policy on catching exceptions and why?


You should catch them as soon as you can deal with them but no sooner.

So I Wouldn't write:
<br />
catch(Exception e){}<br />
or <br />
catch(OrSomeFileNotFoundException e){} //Unless you can deal with it, don't catch it.<br />


Recitation(not full prayer)in AlMasjid AlHaram
Surah AlHaaqa(The Reality)
Surah Maryam(Mary)
Eid Alfitr
Turning Muslim in Texas?

GeneralRe: Catching Exceptions Pin
Colin Angus Mackay23-Jun-06 21:32
Colin Angus Mackay23-Jun-06 21:32 
AnswerRe: Catching Exceptions Pin
leppie23-Jun-06 11:44
leppie23-Jun-06 11:44 
QuestionTree view delete Pin
chandler8323-Jun-06 5:00
chandler8323-Jun-06 5:00 
AnswerRe: Tree view delete Pin
BoneSoft23-Jun-06 6:00
BoneSoft23-Jun-06 6:00 
GeneralRe: Tree view delete Pin
chandler8323-Jun-06 6:26
chandler8323-Jun-06 6:26 
GeneralRe: Tree view delete Pin
BoneSoft23-Jun-06 8:19
BoneSoft23-Jun-06 8:19 
QuestionOpenFileDialog Pin
zaboboa23-Jun-06 3:40
zaboboa23-Jun-06 3:40 
AnswerRe: OpenFileDialog Pin
Josh Smith23-Jun-06 3:59
Josh Smith23-Jun-06 3:59 
AnswerRe: OpenFileDialog Pin
User 665823-Jun-06 4:33
User 665823-Jun-06 4:33 
QuestionThe value property on HtmlInputFile is not settable Pin
ayyp23-Jun-06 2:08
ayyp23-Jun-06 2:08 
AnswerRe: The value property on HtmlInputFile is not settable Pin
J4amieC23-Jun-06 3:09
J4amieC23-Jun-06 3:09 
GeneralRe: The value property on HtmlInputFile is not settable Pin
ayyp23-Jun-06 3:16
ayyp23-Jun-06 3:16 
Question.Net Framework 3.0 Pin
martin_hughes23-Jun-06 2:05
martin_hughes23-Jun-06 2:05 
AnswerRe: .Net Framework 3.0 Pin
Vasudevan Deepak Kumar23-Jun-06 2:07
Vasudevan Deepak Kumar23-Jun-06 2:07 
AnswerRe: .Net Framework 3.0 Pin
V.23-Jun-06 4:01
professionalV.23-Jun-06 4:01 
GeneralRe: .Net Framework 3.0 Pin
Josh Smith23-Jun-06 4:11
Josh Smith23-Jun-06 4:11 
GeneralRe: .Net Framework 3.0 Pin
Judah Gabriel Himango23-Jun-06 5:06
sponsorJudah Gabriel Himango23-Jun-06 5:06 

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.