[IronPython] is it possible to raise a System.Web.Exception from IronPython?

Pablo Dalmazzo pablodalma93 at hotmail.com
Wed Dec 29 14:05:07 CET 2010


Hi there,
I was reading Michael's book for exception handling and in the book he says when a .NET exception percolates through to IronPython, it’s wrapped as a Python exception, and that you can catch a lot of .NET exceptions using the equivalent Python exceptions, and he gives a link where there are listed .net exception and their equivalents Python exceptions. But  System.Web.Exception isnt there. Is there any way tocatch this exception from IronPython or a workaround?
Greetings, Pablo


 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20101229/4c7102fd/attachment.html>


More information about the Ironpython-users mailing list