Re: Exception Handling - help!
From: David Levine (noSpamdlevineNNTP2_at_wi.rr.com)
Date: 11/11/04
- Next message: Sonja Keserovic [MSFT]: "RE: Resizing an existing PE section"
- Previous message: Nadav: "Turning .NET Framework trace on"
- In reply to: Jonathan Keljo [MS]: "Re: Exception Handling - help!"
- Next in thread: Jonathan Keljo [MS]: "Re: Exception Handling - help!"
- Reply: Jonathan Keljo [MS]: "Re: Exception Handling - help!"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 11 Nov 2004 05:13:18 -0600
""Jonathan Keljo [MS]"" <jkeljo@online.microsoft.com> wrote in message
news:7hRj0n0xEHA.764@cpmsftngxa10.phx.gbl...
> Send me a link to your manifesto; I'd love to read it.
I don't have a link to it - can I send it to your return address? (I
personally don't like to put mine out on a newsgroup because then you get
bombed with spam).
>
> Though the experiment has been shown to not demonstrate what I'd
> previously
> thought it did, here's the code anyway:
>
<snip>
Right, functionally it's what I expected. The C runtime libraries adds a
layer of handling over the low-level OS/Windows subsystem so that's it's
hard to tell what's really going on. Matt's article explained much but not
everything about what's really going on down there. I think ultimately you'd
have to check the source code to try to distinguish between an OS behavior
versus the behavior that a higher level added on.
.NET is supposed to hide all these complexities anyway. I think it more
important that the .net behavior be logically consistent and that it does
the "right thing" regardless of the underlying OS. For the most part I think
it does a pretty good job.
regards,
Dave
- Next message: Sonja Keserovic [MSFT]: "RE: Resizing an existing PE section"
- Previous message: Nadav: "Turning .NET Framework trace on"
- In reply to: Jonathan Keljo [MS]: "Re: Exception Handling - help!"
- Next in thread: Jonathan Keljo [MS]: "Re: Exception Handling - help!"
- Reply: Jonathan Keljo [MS]: "Re: Exception Handling - help!"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|