Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • Are you in your main-function? Commented Feb 20, 2013 at 14:40
  • Are you sure a divide by zero results in Exception being thrown? Commented Feb 20, 2013 at 14:42
  • Yes, exception is thrown. I updated the post. Commented Feb 20, 2013 at 14:43
  • Isn't is ShowMessage("Exception: " + e.Message() + "\nStackTrace:" + e.StackTrace());? Commented Feb 20, 2013 at 14:45
  • No. StackTrace is UnicodeString (data member). Commented Feb 20, 2013 at 14:46