Click here to Skip to main content
15,902,275 members
Home / Discussions / C#
   

C#

 
AnswerRe: Add Description to installed Service Pin
Mirko198027-Jan-10 23:45
Mirko198027-Jan-10 23:45 
QuestionArray vs Collection Pin
Xandip27-Jan-10 22:47
Xandip27-Jan-10 22:47 
AnswerRe: Array vs Collection Pin
Keith Barrow27-Jan-10 23:51
professionalKeith Barrow27-Jan-10 23:51 
AnswerRe: Array vs Collection Pin
PIEBALDconsult28-Jan-10 3:29
mvePIEBALDconsult28-Jan-10 3:29 
QuestionException Pin
jojoba201027-Jan-10 21:16
jojoba201027-Jan-10 21:16 
AnswerRe: Exception Pin
SeMartens27-Jan-10 21:24
SeMartens27-Jan-10 21:24 
QuestionRe: Exception Pin
jojoba201027-Jan-10 21:50
jojoba201027-Jan-10 21:50 
AnswerRe: Exception Pin
SeMartens27-Jan-10 21:58
SeMartens27-Jan-10 21:58 
1) you have to catch the FormatException first. And as second one the common Exception. When not, the FormatException will never be catched, because a FormatException is an Exception.

2) Nowhere, because Exception are classes which can be derived from. So there are thousands of Exception types out there (waiting to be catched Big Grin | :-D ) (For all framework exceptions you can browse through msdn...)

3) Maybe you can explain what you want to achieve? To get an idea for exception handlung start reading this msdn article:

http://msdn.microsoft.com/en-us/library/ms173160.aspx[^]

Regards
Sebastian

It's not a bug, it's a feature!

Check out my CodeProject article Permission-by-aspect.

Me in Softwareland.

QuestionRe: Exception Pin
jojoba201027-Jan-10 22:06
jojoba201027-Jan-10 22:06 
AnswerRe: Exception Pin
David Skelly27-Jan-10 22:35
David Skelly27-Jan-10 22:35 
AnswerRe: Exception Pin
Richard MacCutchan28-Jan-10 2:09
mveRichard MacCutchan28-Jan-10 2:09 
QuestionHow to get local area connection status by CSharp?(Win 7 OS) [modified] Pin
patriot07427-Jan-10 20:51
patriot07427-Jan-10 20:51 
AnswerRe: How to get local area connection status by CSharp?(Win 7 OS) Pin
Giorgi Dalakishvili27-Jan-10 21:49
mentorGiorgi Dalakishvili27-Jan-10 21:49 
GeneralRe: How to get local area connection status by CSharp?(Win 7 OS) Pin
patriot07428-Jan-10 14:35
patriot07428-Jan-10 14:35 
GeneralRe: How to get local area connection status by CSharp?(Win 7 OS) Pin
Giorgi Dalakishvili28-Jan-10 19:18
mentorGiorgi Dalakishvili28-Jan-10 19:18 
Questionquery.. Pin
vidhulibra 27-Jan-10 20:37
vidhulibra 27-Jan-10 20:37 
AnswerRe: query.. Pin
patriot07427-Jan-10 20:56
patriot07427-Jan-10 20:56 
GeneralRe: query.. Pin
vidhulibra 27-Jan-10 23:45
vidhulibra 27-Jan-10 23:45 
GeneralRe: query.. Pin
patriot07428-Jan-10 14:15
patriot07428-Jan-10 14:15 
AnswerRe: query.. Pin
Dan Mos27-Jan-10 20:59
Dan Mos27-Jan-10 20:59 
GeneralRe: query.. Pin
dan!sh 27-Jan-10 21:53
professional dan!sh 27-Jan-10 21:53 
GeneralRe: query.. Pin
vidhulibra 27-Jan-10 23:43
vidhulibra 27-Jan-10 23:43 
GeneralRe: query.. Pin
#realJSOP28-Jan-10 0:01
professional#realJSOP28-Jan-10 0:01 
GeneralRe: query.. Pin
HuntingWabbits28-Jan-10 1:51
HuntingWabbits28-Jan-10 1:51 
AnswerRe: query.. Pin
Priya Prk28-Jan-10 1:52
Priya Prk28-Jan-10 1:52 

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.