Click here to Skip to main content
15,914,452 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to Check if my Printer is Connected Pin
Spacix One26-Apr-08 8:06
Spacix One26-Apr-08 8:06 
GeneralRe: How to Check if my Printer is Connected Pin
mostafa_h26-Apr-08 8:40
mostafa_h26-Apr-08 8:40 
AnswerRe: How to Check if my Printer is Connected Pin
Mustafa Ismail Mustafa26-Apr-08 8:29
Mustafa Ismail Mustafa26-Apr-08 8:29 
GeneralRe: How to Check if my Printer is Connected Pin
mostafa_h26-Apr-08 8:47
mostafa_h26-Apr-08 8:47 
GeneralRe: How to Check if my Printer is Connected Pin
Mustafa Ismail Mustafa26-Apr-08 8:53
Mustafa Ismail Mustafa26-Apr-08 8:53 
Generaluncaught exception handlers Pin
George_George26-Apr-08 4:52
George_George26-Apr-08 4:52 
GeneralRe: uncaught exception handlers Pin
Spacix One26-Apr-08 5:42
Spacix One26-Apr-08 5:42 
GeneralRe: uncaught exception handlers Pin
Derek Bartram26-Apr-08 7:32
Derek Bartram26-Apr-08 7:32 
Correct me if i'm wrong, but generally catching things using catch (Exception err) is bad practice? You should try any catch specific exceptions otherwise you get a much greater performance hit I believe.

*A point always worth mentioning (particularily to people new to the language); try to avoid using try...catch as much as possible due to the massive performance hit it (hundreds of times slower to process try...catch than simple math functions).
GeneralRe: uncaught exception handlers Pin
Spacix One26-Apr-08 7:56
Spacix One26-Apr-08 7:56 
GeneralRe: uncaught exception handlers Pin
Christian Graus26-Apr-08 11:28
protectorChristian Graus26-Apr-08 11:28 
GeneralRe: uncaught exception handlers Pin
George_George26-Apr-08 21:25
George_George26-Apr-08 21:25 
GeneralRe: uncaught exception handlers Pin
Derek Bartram26-Apr-08 11:34
Derek Bartram26-Apr-08 11:34 
GeneralRe: uncaught exception handlers Pin
George_George26-Apr-08 21:26
George_George26-Apr-08 21:26 
GeneralRe: uncaught exception handlers Pin
Derek Bartram27-Apr-08 0:14
Derek Bartram27-Apr-08 0:14 
GeneralRe: uncaught exception handlers Pin
George_George27-Apr-08 2:11
George_George27-Apr-08 2:11 
GeneralRe: uncaught exception handlers Pin
Derek Bartram30-Apr-08 1:50
Derek Bartram30-Apr-08 1:50 
GeneralRe: uncaught exception handlers Pin
George_George30-Apr-08 4:00
George_George30-Apr-08 4:00 
GeneralRe: uncaught exception handlers Pin
Derek Bartram30-Apr-08 4:54
Derek Bartram30-Apr-08 4:54 
GeneralRe: uncaught exception handlers Pin
George_George30-Apr-08 5:09
George_George30-Apr-08 5:09 
GeneralRe: uncaught exception handlers Pin
MidwestLimey28-Apr-08 6:54
professionalMidwestLimey28-Apr-08 6:54 
GeneralRe: uncaught exception handlers Pin
George_George29-Apr-08 2:30
George_George29-Apr-08 2:30 
GeneralRe: uncaught exception handlers Pin
MidwestLimey29-Apr-08 4:38
professionalMidwestLimey29-Apr-08 4:38 
GeneralRe: uncaught exception handlers Pin
George_George29-Apr-08 5:00
George_George29-Apr-08 5:00 
GeneralRe: uncaught exception handlers Pin
Spacix One29-Apr-08 5:44
Spacix One29-Apr-08 5:44 
GeneralRe: uncaught exception handlers Pin
MidwestLimey29-Apr-08 11:43
professionalMidwestLimey29-Apr-08 11:43 

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.