Inner Exceptions support
Brought to you by:
csepulv
Would be a great feature if innerExceptions (if any)
were displayed recursively in the Error Messages
TextBox at the bottom of the dotUnit Window.
Example:
(x)textXYZ(ABC.UnitTestClass):ApplicationException
---------------
Something went wrong, try again later.
+-InvalidArgumentException: Server not available,
paramName: serverName
+- WebExceptions: Could not resolve Name xyz
at ABC.MyClass.Connect() in ...
at ABC.MyClass.New() in ...
...