I'm at the point again where I need to implement a custom exception in a C#
module. This exception actually appears like a tuple (if you do err[0] is
gives you part of the error info). What is the best way to do something
like this? Looking at the exception implementation, it seems like its all
tied in with the runtime and not extendable in this way, am I completely
wrong?

Thanks,

slide

-- 
Website: http://earl-of-code.com
_______________________________________________
Ironpython-users mailing list
Ironpython-users@python.org
http://mail.python.org/mailman/listinfo/ironpython-users

Reply via email to