Brian Lloyd wrote:

>Hi all - 
>
>So to summarize this thread: we want to make __str__ of a CLR
>exception return self.Message, right? That would seem to match 
>the behavior of the std Python exceptions.
>
>  
>

I would add the following:

__str__ should display

self.Message, then self.StackTrace....to be able to immediately point 
out the error in C# code...

No?

Stan.
_________________________________________________
Python.NET mailing list - PythonDotNet@python.org
http://mail.python.org/mailman/listinfo/pythondotnet

Reply via email to