The ThrowException test is producing a false failure when attempting to check
the error message for the correct message. The problem appears to be that the
test is checking the message of the exception object being returned, but for
.Net exceptions (which is what the test produces), the actual exception is
wrapped in an exception with the message "A .NET exception occurred in
user-code". The test should actually be checking the message of the inner
exception.
Original issue reported on code.google.com by eonstorm@gmail.com on 3 Jul 2010 at 2:26
Original issue reported on code.google.com by
eonstorm@gmail.com
on 3 Jul 2010 at 2:26