I am trying to get the exception description in the test log but its not giving the description.
catch(exception)
{
//Log.Error("Exception", VarToStr(exception.description));
Log.Error("Exception", aqConvert.VarToStr(exception));
}