Hi.
How does one get the specific message text for an exception raised by the RFC? The given code in the tutorials only show the name of the exception, ie.
catch (WDDynamicRFCExecuteException ex)
{
manager.reportException(ex.<i>getMessage()</i>, false);
}