Click here to Skip to main content
16,012,223 members
Home / Discussions / C#
   

C#

 
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 
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 
Yes, you can. But the whole point of catching exceptions is to identify an 'exceptional' situation in your code and handle it properly. Having empty catch blocks is worser than not handling exceptions in your code. As a temporary measure, you can atleast log the error and show a message to the user that something wrong has happened.
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 
GeneralRe: Using Function Keys Pin
Abhijit Jana22-Nov-09 22:13
professionalAbhijit Jana22-Nov-09 22:13 
GeneralRe: Using Function Keys Pin
khosnur22-Nov-09 22:47
khosnur22-Nov-09 22:47 

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.