Legend 
  | Static field: AjaxHandlerOptions ReturnExceptionsWithMessages
 DeclarationAjaxHandlerOptions ReturnExceptionsWithMessagesSummaryExceptions thrown by an AJAX method (or the wrapper) are returned to the client including their exception messages as{ "status": "error", "message": "{0} ({1})" }, where {0} is the exception message
                and {1} the exception type. |