Legend
| Static field: AjaxHandlerOptions ReturnExceptionsWithMessages
DeclarationAjaxHandlerOptions ReturnExceptionsWithMessages SummaryExceptions 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. |