Determine the original exception

In some cases, the error message dialog will display more than one error message. The reason for that is that special exceptions are wrapped by less specific exceptions before they are issued.

In order to find the basic cause of the error situation, the original exception has to be determined.

Typically, this is the last exception of the list of exceptions in the details window.