Retry reasons being truncated in SQL and Hangfire UI

I have a task which is failing to execute. In the Hangfire UI and in the Hangfire SQL DB, the reason for this retry is truncated. For example:

 Retry attempt 4 of 10: The type `ROC.Helpers.SurveyScheduleTask` does no…

“ROC.Helpers.SurveyScheduleTask” is custom method for my application. Is this truncation expected? Is there a way to see the full message other than with proper logging? Any help is greatly appreciated. Thank you! Could not find this in the forum, surprisingly.

When using the Hangfire UI, if you actually click the jobID or check out the “Failed” section, it will show the full error message (…/hangfire/jobs/details/). Just in case anyone else runs into this.