Click here to Skip to main content
15,900,378 members
Home / Discussions / C#
   

C#

 
GeneralRe: Parameterless catch? Pin
dan!sh 23-Nov-09 0:35
professional dan!sh 23-Nov-09 0:35 
GeneralRe: Parameterless catch? Pin
dojohansen23-Nov-09 1:03
dojohansen23-Nov-09 1:03 
GeneralRe: Parameterless catch? Pin
Luc Pattyn23-Nov-09 1:10
sitebuilderLuc Pattyn23-Nov-09 1:10 
GeneralRe: Parameterless catch? Pin
Richard MacCutchan23-Nov-09 2:04
mveRichard MacCutchan23-Nov-09 2:04 
GeneralRe: Parameterless catch? Pin
Eddy Vluggen23-Nov-09 2:21
professionalEddy Vluggen23-Nov-09 2:21 
GeneralRe: Parameterless catch? Pin
Saksida Bojan23-Nov-09 6:15
Saksida Bojan23-Nov-09 6:15 
GeneralRe: Parameterless catch? Pin
Eddy Vluggen23-Nov-09 7:46
professionalEddy Vluggen23-Nov-09 7:46 
GeneralRe: Parameterless catch? Pin
OriginalGriff23-Nov-09 4:13
mveOriginalGriff23-Nov-09 4:13 
I use parameterless catches on occasion, such as:
try
    {
    Utilities.DoSQLNonQuery(cmd);
    }
catch (Exception) { }   // Can't log? So what? I can't do anything about it...
Which is part of my fault logging system. If I can't log a fault, I can't use the exception, but I don't want to lose the user data either.

No trees were harmed in the sending of this message; however, a significant number of electrons were slightly inconvenienced.

This message is made of fully recyclable Zeros and Ones

"Rumour has it that if you play Microsoft CDs backwards you will hear Satanic messages.Worse still, is that if you play them forwards they will install Windows"

GeneralRe: Parameterless catch? Pin
Luc Pattyn23-Nov-09 10:10
sitebuilderLuc Pattyn23-Nov-09 10:10 
AnswerRe: Parameterless catch? Pin
Shameel23-Nov-09 2:05
professionalShameel23-Nov-09 2:05 
AnswerRe: Parameterless catch? Pin
Christian Graus23-Nov-09 2:21
protectorChristian Graus23-Nov-09 2:21 
GeneralRe: Parameterless catch? Pin
Richard MacCutchan23-Nov-09 3:12
mveRichard MacCutchan23-Nov-09 3:12 
GeneralRe: Parameterless catch? Pin
Etienne_12323-Nov-09 3:51
Etienne_12323-Nov-09 3:51 
GeneralRe: Parameterless catch? Pin
Richard MacCutchan23-Nov-09 4:25
mveRichard MacCutchan23-Nov-09 4:25 
GeneralRe: Parameterless catch? Pin
Luc Pattyn23-Nov-09 10:14
sitebuilderLuc Pattyn23-Nov-09 10:14 
QuestionUSB to Parallel Pin
Darren Shields23-Nov-09 0:03
Darren Shields23-Nov-09 0:03 
AnswerRe: USB to Parallel Pin
Natza Mitzi23-Nov-09 2:05
Natza Mitzi23-Nov-09 2:05 
AnswerRe: USB to Parallel Pin
The Man from U.N.C.L.E.23-Nov-09 2:41
The Man from U.N.C.L.E.23-Nov-09 2:41 
QuestionUsing Function Keys Pin
khosnur22-Nov-09 21:55
khosnur22-Nov-09 21:55 
AnswerRe: Using Function Keys Pin
Nagy Vilmos22-Nov-09 21:59
professionalNagy Vilmos22-Nov-09 21:59 
GeneralRe: Using Function Keys Pin
khosnur22-Nov-09 22:03
khosnur22-Nov-09 22:03 
GeneralRe: Using Function Keys Pin
Nagy Vilmos22-Nov-09 22:20
professionalNagy Vilmos22-Nov-09 22:20 
AnswerRe: Using Function Keys Pin
Abhijit Jana22-Nov-09 22:02
professionalAbhijit Jana22-Nov-09 22:02 
GeneralRe: Using Function Keys Pin
khosnur22-Nov-09 22:04
khosnur22-Nov-09 22:04 
GeneralRe: Using Function Keys Pin
khosnur22-Nov-09 22:09
khosnur22-Nov-09 22:09 

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.