« Return to Thread: Why isnt this exception caught? What am I doing wrong

Re: Why isnt this exception caught? What am I doing wrong

by Chris Howie :: Rate this Message:

Reply to Author | View in Thread

On Sun, Aug 10, 2008 at 6:41 PM, alanb <alan.battersby@...> wrote:
> So please can someone tell me what is happening and why the catch above is
> being ignored.

The exception is being thrown in the StreamWriter constructor, which
is outside of your try block.

--
Chris Howie
http://www.chrishowie.com
http://en.wikipedia.org/wiki/User:Crazycomputers
_______________________________________________
Mono-list maillist  -  Mono-list@...
http://lists.ximian.com/mailman/listinfo/mono-list

 « Return to Thread: Why isnt this exception caught? What am I doing wrong