Click here to Skip to main content
15,909,651 members
Home / Discussions / C#
   

C#

 
AnswerRe: HELP...how to load 1,000,000 records to access in the fast way ? Pin
PIEBALDconsult19-Mar-08 7:41
mvePIEBALDconsult19-Mar-08 7:41 
QuestionPassing a value in crystal report Pin
Krazy Programmer18-Mar-08 21:17
Krazy Programmer18-Mar-08 21:17 
QuestionC# App : how to develop multi user desktop application Pin
moobo18-Mar-08 21:08
moobo18-Mar-08 21:08 
GeneralRe: C# App : how to develop multi user desktop application Pin
Christian Wikander18-Mar-08 22:27
Christian Wikander18-Mar-08 22:27 
Generalcontinue; Pin
swjam18-Mar-08 20:21
swjam18-Mar-08 20:21 
GeneralRe: continue; Pin
Christian Graus18-Mar-08 20:27
protectorChristian Graus18-Mar-08 20:27 
GeneralRe: continue; Pin
swjam19-Mar-08 13:09
swjam19-Mar-08 13:09 
GeneralRe: continue; Pin
PIEBALDconsult19-Mar-08 16:02
mvePIEBALDconsult19-Mar-08 16:02 
The try is to protect that other code too; it means "I want to do these things, but not of there's a problem."

So, yeah, putting a continue in a catch is likely to be poor style.
Do it if a really need to, but it should not be your usual tactic.

In the case described, it's simpler to put the increment in the try rather than after.
GeneralRe: continue; Pin
Christian Wikander18-Mar-08 22:24
Christian Wikander18-Mar-08 22:24 
GeneralRe: continue; Pin
swjam19-Mar-08 13:23
swjam19-Mar-08 13:23 
Generalpls help!!! Pin
akinsanya adeleke18-Mar-08 20:18
akinsanya adeleke18-Mar-08 20:18 
GeneralRe: pls help!!! Pin
Christian Graus18-Mar-08 20:21
protectorChristian Graus18-Mar-08 20:21 
GeneralDifferences of Object Creation Pin
Satish - Developer18-Mar-08 20:00
Satish - Developer18-Mar-08 20:00 
GeneralRe: Differences of Object Creation Pin
Christian Graus18-Mar-08 20:26
protectorChristian Graus18-Mar-08 20:26 
GeneralRe: Differences of Object Creation Pin
Krazy Programmer18-Mar-08 21:21
Krazy Programmer18-Mar-08 21:21 
GeneralRe: Differences of Object Creation Pin
Christian Graus18-Mar-08 22:16
protectorChristian Graus18-Mar-08 22:16 
GeneralRe: Differences of Object Creation Pin
Hum Dum18-Mar-08 22:57
Hum Dum18-Mar-08 22:57 
GeneralRe: Differences of Object Creation Pin
Christian Graus18-Mar-08 23:35
protectorChristian Graus18-Mar-08 23:35 
GeneralRe: Differences of Object Creation Pin
Hum Dum19-Mar-08 0:32
Hum Dum19-Mar-08 0:32 
Generalget current week Pin
SeeSharp18-Mar-08 19:45
SeeSharp18-Mar-08 19:45 
GeneralRe: get current week Pin
Steve Echols18-Mar-08 19:56
Steve Echols18-Mar-08 19:56 
GeneralRe: get current week Pin
SeeSharp18-Mar-08 20:18
SeeSharp18-Mar-08 20:18 
GeneralPrinting a windowsform Pin
mrcsn18-Mar-08 19:37
mrcsn18-Mar-08 19:37 
GeneralRe: Printing a windowsform Pin
Ajay.k_Singh18-Mar-08 21:11
Ajay.k_Singh18-Mar-08 21:11 
GeneralRe: Printing a windowsform Pin
mrcsn18-Mar-08 23:30
mrcsn18-Mar-08 23:30 

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.