|
|
Rank: Advanced Member Groups: Member
Joined: 11/9/2007 Posts: 560 Points: 1,011 Location: GB
|
'System.Exception' was thrownWhat does that error mean?? I am trying to debug my program but I dont where that error originally came.. In this kind kind of error what is the most common possible cause? thanks for the help..
|
|
|
Rank: Advanced Member Groups: Member
Joined: 3/31/2008 Posts: 113 Points: 339 Location: London
|
'System.Exception' was thrownTry to debug with Exception On to get to root cause of error
From IDE = > Debug => Exceptions => Common Language Runtime Exceptions => Check the Thrown checkbox
|
|
|
Rank: Advanced Member Groups: Member
Joined: 11/9/2007 Posts: 560 Points: 1,011 Location: GB
|
'System.Exception' was thrownhow will I do that??
|
|
|
Rank: Advanced Member Groups: Member
Joined: 3/31/2008 Posts: 113 Points: 339 Location: London
|
'System.Exception' was thrownFrom Visual Studio IDE follow above steps to make Excetions ON and run your application in debug mode
This will break into debugger at the line of error
|
|
|
|
Guest |