Click here to Skip to main content
15,887,135 members
Home / Discussions / C#
   

C#

 
GeneralRe: Microsoft Interop Office Word Pin
g1b19-Apr-07 7:16
g1b19-Apr-07 7:16 
GeneralRe: Microsoft Interop Office Word Pin
kubben19-Apr-07 7:43
kubben19-Apr-07 7:43 
QuestionImplementing "CANCEL" action while copying large files Pin
manustone19-Apr-07 3:04
manustone19-Apr-07 3:04 
AnswerRe: Implementing "CANCEL" action while copying large files Pin
manustone19-Apr-07 6:31
manustone19-Apr-07 6:31 
QuestionCopying a file from windows share Pin
clint198219-Apr-07 3:04
clint198219-Apr-07 3:04 
AnswerRe: Copying a file from windows share Pin
kubben19-Apr-07 6:27
kubben19-Apr-07 6:27 
QuestionExceptions in catch blocks... Pin
Shy Agam19-Apr-07 2:39
Shy Agam19-Apr-07 2:39 
AnswerRe: Exceptions in catch blocks... Pin
Colin Angus Mackay19-Apr-07 3:01
Colin Angus Mackay19-Apr-07 3:01 
shyagam wrote:
What do you do when your catch block contains statements with a potential for throwing their own exceptions?


Same answer as any other situation where exceptions might be thrown: Decide whether it can be handled at that point and catch it if it can, otherwise let it unwind the stack until it is caught.

NOTE: Some exception handling blocks deliberately throw an exception (and place the original exception as the InnerException to the new exception)


Upcoming events:
* Glasgow: Introduction to AJAX (2nd May), SQL Server 2005 - XML and XML Query Plans, Mock Objects, SQL Server Reporting Services...

Never write for other people. Write for yourself, because you have a passion for it. -- Marc Clifton


My website

GeneralRe: Exceptions in catch blocks... Pin
Shy Agam19-Apr-07 3:06
Shy Agam19-Apr-07 3:06 
GeneralRe: Exceptions in catch blocks... Pin
Dan Neely19-Apr-07 3:11
Dan Neely19-Apr-07 3:11 
QuestionBuilding Desktop apps with C# and WinForms Pin
Jerry Evans19-Apr-07 2:33
Jerry Evans19-Apr-07 2:33 
AnswerRe: Building Desktop apps with C# and WinForms Pin
Judah Gabriel Himango19-Apr-07 4:26
sponsorJudah Gabriel Himango19-Apr-07 4:26 
QuestionGenerating SQL Client provider equalent connectionstring from ODBC connectionstring Pin
kumar.bs19-Apr-07 2:25
kumar.bs19-Apr-07 2:25 
QuestionAdding Data to liststore(gtksharp) Pin
bugg_tb19-Apr-07 2:15
bugg_tb19-Apr-07 2:15 
QuestionExporting PKT attribute from Active Directory using C# Pin
joshg9919-Apr-07 2:04
joshg9919-Apr-07 2:04 
QuestionProblem launching email client Pin
George_Lucian19-Apr-07 1:55
George_Lucian19-Apr-07 1:55 
AnswerRe: Problem launching email client Pin
althamda19-Apr-07 4:30
althamda19-Apr-07 4:30 
GeneralRe: Problem launching email client Pin
George_Lucian19-Apr-07 5:03
George_Lucian19-Apr-07 5:03 
QuestionSending Bulk Mail using C# Pin
shrikantpawar19-Apr-07 1:26
shrikantpawar19-Apr-07 1:26 
AnswerRe: Sending Bulk Mail using C# Pin
Judah Gabriel Himango19-Apr-07 4:20
sponsorJudah Gabriel Himango19-Apr-07 4:20 
QuestionProblem of counting words from files [modified] Pin
Abhishek Joshi19-Apr-07 1:25
Abhishek Joshi19-Apr-07 1:25 
QuestionIs there any open source tool like Castor(for java) for .NET Pin
Gokulan Venattil19-Apr-07 1:24
Gokulan Venattil19-Apr-07 1:24 
AnswerRe: Is there any open source tool like Castor(for java) for .NET Pin
Judah Gabriel Himango19-Apr-07 4:19
sponsorJudah Gabriel Himango19-Apr-07 4:19 
QuestionObjectDataSource passing an empty object to the BLL when deleting Pin
Ricardo Casquete19-Apr-07 1:10
Ricardo Casquete19-Apr-07 1:10 
QuestionGet a list of resources in Outlook style control Pin
Kapil Singhal19-Apr-07 0:23
Kapil Singhal19-Apr-07 0:23 

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.