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

C#

 
QuestionWhen the finally code is executed? Pin
Fired.Fish.Gmail30-Jun-09 20:45
Fired.Fish.Gmail30-Jun-09 20:45 
AnswerRe: When the finally code is executed? Pin
N a v a n e e t h30-Jun-09 20:54
N a v a n e e t h30-Jun-09 20:54 
AnswerRe: When the finally code is executed? Pin
Christian Graus30-Jun-09 21:37
protectorChristian Graus30-Jun-09 21:37 
GeneralRe: When the finally code is executed? Pin
dojohansen30-Jun-09 22:45
dojohansen30-Jun-09 22:45 
GeneralRe: When the finally code is executed? Pin
PIEBALDconsult1-Jul-09 5:20
mvePIEBALDconsult1-Jul-09 5:20 
GeneralRe: When the finally code is executed? Pin
dojohansen1-Jul-09 5:34
dojohansen1-Jul-09 5:34 
GeneralRe: When the finally code is executed? Pin
PIEBALDconsult1-Jul-09 11:17
mvePIEBALDconsult1-Jul-09 11:17 
AnswerRe: When the finally code is executed? Pin
musefan30-Jun-09 22:00
musefan30-Jun-09 22:00 
I think it was an interesting question... thou I don't see why you need to ask when you can just try yourself. Thou as Christian said, you variable in the finally block is not in scope.

The answer would appear that the finally code is executed after the return thou I would say that the function is not complete until after the finally block. That means whenever return is called then that is the value that will be return regardless of what is done in the finally block.

I wonder what would happen if you put a return in the finally block too....

...oh, you cant return from a finally block.

Life goes very fast. Tomorrow, today is already yesterday.

GeneralRe: When the finally code is executed? Pin
dojohansen30-Jun-09 22:54
dojohansen30-Jun-09 22:54 
GeneralRe: When the finally code is executed? Pin
musefan30-Jun-09 23:08
musefan30-Jun-09 23:08 
GeneralRe: When the finally code is executed? Pin
dojohansen30-Jun-09 23:26
dojohansen30-Jun-09 23:26 
GeneralRe: When the finally code is executed? Pin
J4amieC30-Jun-09 23:45
J4amieC30-Jun-09 23:45 
GeneralRe: When the finally code is executed? Pin
dojohansen1-Jul-09 0:40
dojohansen1-Jul-09 0:40 
GeneralRe: When the finally code is executed? Pin
musefan1-Jul-09 0:55
musefan1-Jul-09 0:55 
GeneralRe: When the finally code is executed? Pin
musefan1-Jul-09 2:08
musefan1-Jul-09 2:08 
GeneralRe: When the finally code is executed? Pin
J4amieC1-Jul-09 2:12
J4amieC1-Jul-09 2:12 
GeneralRe: When the finally code is executed? Pin
musefan1-Jul-09 2:19
musefan1-Jul-09 2:19 
GeneralRe: When the finally code is executed? Pin
dojohansen1-Jul-09 5:44
dojohansen1-Jul-09 5:44 
GeneralRe: When the finally code is executed? Pin
dojohansen1-Jul-09 5:37
dojohansen1-Jul-09 5:37 
GeneralRe: When the finally code is executed? Pin
dojohansen1-Jul-09 5:59
dojohansen1-Jul-09 5:59 
AnswerRe: When the finally code is executed? Pin
dojohansen30-Jun-09 22:25
dojohansen30-Jun-09 22:25 
AnswerRe: When the finally code is executed? Pin
Fired.Fish.Gmail1-Jul-09 0:39
Fired.Fish.Gmail1-Jul-09 0:39 
GeneralRe: When the finally code is executed? Pin
dojohansen1-Jul-09 0:43
dojohansen1-Jul-09 0:43 
GeneralRe: When the finally code is executed? Pin
Fired.Fish.Gmail1-Jul-09 0:46
Fired.Fish.Gmail1-Jul-09 0:46 
QuestionTrouble with making multiple httpWebRequest "Get"'s to a webservice in a short time Pin
nineismine30-Jun-09 20:39
nineismine30-Jun-09 20:39 

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.