Click here to Skip to main content
15,889,861 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# multiple catch blocks Pin
proganon26-May-09 7:24
proganon26-May-09 7:24 
AnswerRe: C# multiple catch blocks Pin
Vikram A Punathambekar26-May-09 7:53
Vikram A Punathambekar26-May-09 7:53 
AnswerRe: C# multiple catch blocks Pin
Pete O'Hanlon26-May-09 11:34
mvePete O'Hanlon26-May-09 11:34 
QuestionMy Project gives an error out of VS... How can I debug? Pin
SimpleData26-May-09 6:08
SimpleData26-May-09 6:08 
AnswerRe: My Project gives an error out of VS... How can I debug? Pin
OriginalGriff26-May-09 6:15
mveOriginalGriff26-May-09 6:15 
GeneralRe: My Project gives an error out of VS... How can I debug? Pin
SimpleData26-May-09 6:16
SimpleData26-May-09 6:16 
GeneralRe: My Project gives an error out of VS... How can I debug? Pin
SimpleData26-May-09 6:36
SimpleData26-May-09 6:36 
GeneralRe: My Project gives an error out of VS... How can I debug? Pin
Luc Pattyn26-May-09 6:50
sitebuilderLuc Pattyn26-May-09 6:50 
When you use catch(Exception exc) { Console.WriteLine(exc.ToString());} or something similar you will get all available details about the exception often including the line number. And it is wise to tell Visual Studio (or any other IDE) to always display line numbers in editor windows, so now you know exactly which line goes wrong.

BTW: The fact that a program sometimes works just fine does *not* prove it is correct.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

The quality and detail of your question reflects on the effectiveness of the help you are likely to get.
Show formatted code inside PRE tags, and give clear symptoms when describing a problem.

AnswerRe: My Project gives an error out of VS... How can I debug? Pin
0x3c026-May-09 6:34
0x3c026-May-09 6:34 
Questionhow to display default image in datagridview in c#.net 3.5 Win Forms? Pin
Narendra Reddy Vajrala26-May-09 5:43
Narendra Reddy Vajrala26-May-09 5:43 
AnswerRe: how to display default image in datagridview in c#.net 3.5 Win Forms? Pin
Henry Minute26-May-09 12:52
Henry Minute26-May-09 12:52 
Questionan array question [modified] Pin
bluetx26-May-09 5:05
bluetx26-May-09 5:05 
AnswerRe: an array question Pin
Ennis Ray Lynch, Jr.26-May-09 5:12
Ennis Ray Lynch, Jr.26-May-09 5:12 
GeneralRe: an array question Pin
bluetx26-May-09 5:14
bluetx26-May-09 5:14 
GeneralRe: an array question Pin
harold aptroot26-May-09 5:16
harold aptroot26-May-09 5:16 
GeneralRe: an array question Pin
Ennis Ray Lynch, Jr.26-May-09 5:22
Ennis Ray Lynch, Jr.26-May-09 5:22 
GeneralRe: an array question Pin
OriginalGriff26-May-09 6:14
mveOriginalGriff26-May-09 6:14 
AnswerRe: an array question Pin
tom57200726-May-09 5:15
tom57200726-May-09 5:15 
GeneralRe: an array question Pin
bluetx26-May-09 5:20
bluetx26-May-09 5:20 
GeneralRe: an array question Pin
EliottA26-May-09 5:25
EliottA26-May-09 5:25 
GeneralRe: an array question Pin
bluetx26-May-09 5:30
bluetx26-May-09 5:30 
GeneralRe: an array question Pin
EliottA26-May-09 5:31
EliottA26-May-09 5:31 
GeneralRe: an array question Pin
bluetx26-May-09 5:34
bluetx26-May-09 5:34 
GeneralRe: an array question Pin
EliottA26-May-09 5:36
EliottA26-May-09 5:36 
GeneralRe: an array question Pin
bluetx26-May-09 5:39
bluetx26-May-09 5:39 

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.