Click here to Skip to main content
15,921,840 members
Home / Discussions / C#
   

C#

 
Questiontapi3 call-status and tone-detection using handset Pin
georgishelpmegodtoo5-Jun-07 8:15
georgishelpmegodtoo5-Jun-07 8:15 
AnswerRe: tapi3 call-status and tone-detection using handset Pin
Not Active5-Jun-07 8:17
mentorNot Active5-Jun-07 8:17 
Questionhelp me tapi3 call status and tone detection using handset Pin
georgishelpmegodtoo5-Jun-07 8:02
georgishelpmegodtoo5-Jun-07 8:02 
AnswerRe: help me tapi3 call status and tone detection using handset Pin
Dave Kreskowiak5-Jun-07 8:35
mveDave Kreskowiak5-Jun-07 8:35 
QuestionIs there a extended TryCatch-Snippet ? Pin
MarkPhB5-Jun-07 7:54
MarkPhB5-Jun-07 7:54 
AnswerRe: Is there a extended TryCatch-Snippet ? Pin
Giorgi Dalakishvili5-Jun-07 8:08
mentorGiorgi Dalakishvili5-Jun-07 8:08 
AnswerRe: Is there a extended TryCatch-Snippet ? Pin
Not Active5-Jun-07 8:17
mentorNot Active5-Jun-07 8:17 
AnswerRe: Is there a extended TryCatch-Snippet ? Pin
Judah Gabriel Himango5-Jun-07 8:18
sponsorJudah Gabriel Himango5-Jun-07 8:18 
try
{
}
catch(Exception error)
{
}


will catch all exceptions. However, this is not a recommended practice since it will also catch unrecoverable or systems exceptions (e.g. System.OutOfMemoryException, SecurityException, ThreadAbortException, etc.)

The best practice is to catch only the exceptions you can recover from. Otherwise, don't handle them.


Tech, life, family, faith: Give me a visit.
I'm currently blogging about: Master's Decree: It's By My Spirit (audio)
The apostle Paul, modernly speaking: Epistles of Paul

Judah Himango


GeneralRe: Is there a extended TryCatch-Snippet ? Pin
Guffa5-Jun-07 9:28
Guffa5-Jun-07 9:28 
GeneralRe: Is there a extended TryCatch-Snippet ? Pin
Judah Gabriel Himango5-Jun-07 11:11
sponsorJudah Gabriel Himango5-Jun-07 11:11 
GeneralRe: Is there a extended TryCatch-Snippet ? Pin
Guffa5-Jun-07 22:18
Guffa5-Jun-07 22:18 
GeneralRe: Is there a extended TryCatch-Snippet ? Pin
Judah Gabriel Himango6-Jun-07 4:14
sponsorJudah Gabriel Himango6-Jun-07 4:14 
GeneralRe: Is there a extended TryCatch-Snippet ? Pin
Kevin McFarlane5-Jun-07 11:23
Kevin McFarlane5-Jun-07 11:23 
GeneralRe: Is there a extended TryCatch-Snippet ? Pin
Judah Gabriel Himango6-Jun-07 4:21
sponsorJudah Gabriel Himango6-Jun-07 4:21 
QuestionHow to correectly catch WM_COPYDATA ? Pin
gapfulgence5-Jun-07 7:15
gapfulgence5-Jun-07 7:15 
AnswerRe: How to correectly catch WM_COPYDATA ? Pin
kubben5-Jun-07 7:23
kubben5-Jun-07 7:23 
QuestionRe: How to correectly catch WM_COPYDATA ? Pin
gapfulgence5-Jun-07 8:07
gapfulgence5-Jun-07 8:07 
AnswerRe: How to correectly catch WM_COPYDATA ? Pin
kubben5-Jun-07 8:08
kubben5-Jun-07 8:08 
QuestionRe: How to correectly catch WM_COPYDATA ? Pin
gapfulgence5-Jun-07 8:21
gapfulgence5-Jun-07 8:21 
AnswerRe: How to correectly catch WM_COPYDATA ? Pin
kubben5-Jun-07 8:34
kubben5-Jun-07 8:34 
AnswerRe: How to correectly catch WM_COPYDATA ? Pin
gapfulgence6-Jun-07 2:15
gapfulgence6-Jun-07 2:15 
Questionregarding xml serialization [modified] Pin
ksrs5-Jun-07 7:09
ksrs5-Jun-07 7:09 
AnswerRe: regarding xml serialization Pin
Not Active5-Jun-07 7:34
mentorNot Active5-Jun-07 7:34 
QuestionRe: regarding xml serialization Pin
ksrs5-Jun-07 7:38
ksrs5-Jun-07 7:38 
QuestionRe: regarding xml serialization Pin
ksrs5-Jun-07 7:47
ksrs5-Jun-07 7:47 

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.