Click here to Skip to main content
15,915,599 members
Home / Discussions / C#
   

C#

 
GeneralPowerPoint automation question Pin
Asad Hussain7-Jan-05 11:00
Asad Hussain7-Jan-05 11:00 
GeneralRe: PowerPoint automation question Pin
Alex Korchemniy7-Jan-05 11:12
Alex Korchemniy7-Jan-05 11:12 
Questionpressure clock ?? Pin
Sakkijha7-Jan-05 10:46
Sakkijha7-Jan-05 10:46 
AnswerRe: pressure clock ?? Pin
Alex Korchemniy7-Jan-05 11:18
Alex Korchemniy7-Jan-05 11:18 
GeneralRe: pressure clock ?? Pin
Sakkijha8-Jan-05 4:47
Sakkijha8-Jan-05 4:47 
GeneralRe: pressure clock ?? Pin
Alex Korchemniy8-Jan-05 5:33
Alex Korchemniy8-Jan-05 5:33 
Generalservices and WaitForStatus Pin
sprout747-Jan-05 10:36
sprout747-Jan-05 10:36 
GeneralRe: services and WaitForStatus Pin
Heath Stewart7-Jan-05 11:56
protectorHeath Stewart7-Jan-05 11:56 
If an exception is not thrown your try block will be executed sequentially until finished, then the finally block is executed. If an exception is thrown, the appropriate catch block is executed, then the finally block is executed.

The finally is always executed except when you terminate the CLR using Environment.Exit.

See the C# language specification in the VS.NET product documentation or online at http://msdn.microsoft.com/library[^] for more information.

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles] [My Blog]
GeneralRe: services and WaitForStatus Pin
sprout748-Jan-05 8:50
sprout748-Jan-05 8:50 
GeneralRe: services and WaitForStatus Pin
Heath Stewart10-Jan-05 20:19
protectorHeath Stewart10-Jan-05 20:19 
QuestionHow to transfer a file from FTP server Pin
Member 8329617-Jan-05 10:16
Member 8329617-Jan-05 10:16 
AnswerRe: How to transfer a file from FTP server Pin
Heath Stewart7-Jan-05 11:49
protectorHeath Stewart7-Jan-05 11:49 
GeneralRe: How to transfer a file from FTP server Pin
Member 8329617-Jan-05 12:18
Member 8329617-Jan-05 12:18 
GeneralRe: How to transfer a file from FTP server Pin
Heath Stewart10-Jan-05 5:36
protectorHeath Stewart10-Jan-05 5:36 
GeneralModem Control Pin
alex_kl7-Jan-05 9:56
alex_kl7-Jan-05 9:56 
GeneralRe: Modem Control Pin
Heath Stewart7-Jan-05 11:45
protectorHeath Stewart7-Jan-05 11:45 
GeneralApp.Config Question... Pin
Richard Parsons7-Jan-05 8:24
Richard Parsons7-Jan-05 8:24 
GeneralRe: App.Config Question... Pin
Nick Parker7-Jan-05 8:38
protectorNick Parker7-Jan-05 8:38 
GeneralRe: App.Config Question... Pin
Richard Parsons7-Jan-05 9:12
Richard Parsons7-Jan-05 9:12 
QuestionHow can I make the datagrid invisible and have the save button come up Pin
macupryk7-Jan-05 8:10
macupryk7-Jan-05 8:10 
AnswerRe: How can I make the datagrid invisible and have the save button come up Pin
Nick Parker7-Jan-05 8:30
protectorNick Parker7-Jan-05 8:30 
GeneralBeginRead() EndRead() methods with NetworkStream class Pin
mikeyhardingboyo7-Jan-05 6:53
mikeyhardingboyo7-Jan-05 6:53 
GeneralRe: BeginRead() EndRead() methods with NetworkStream class Pin
Heath Stewart7-Jan-05 7:38
protectorHeath Stewart7-Jan-05 7:38 
GeneralRe: BeginRead() EndRead() methods with NetworkStream class Pin
mikeyhardingboyo7-Jan-05 8:04
mikeyhardingboyo7-Jan-05 8:04 
GeneralRe: BeginRead() EndRead() methods with NetworkStream class Pin
Heath Stewart7-Jan-05 9:15
protectorHeath Stewart7-Jan-05 9:15 

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.