Strange stacktrace behavior on .NET

by Tao Feng (modified: 2008 May 20)

Stacktrace is printed when C# exception is unhandled. Strangely Eiffel exception can not be printed. I don't know how CLR handle this.

Comments
  • Paul Bates (15 years ago 20/5/2008)

    Are you sure you wanted to blog this?

    • Tao Feng (15 years ago 21/5/2008)

      Ignore it

      This was a problem I met. <br> The problem now has been found and resolved. The issue is because we redefine ToString() for all Eiffel class at code generation.