Declaration
public AjaxMissingParameterException(
string parameterName
)Summary
Indicates that, during processing of an AJAX request, a non-optional method parameter was missing from the JSON.
Parameters
| string | parameterName |
Name of the parameter that was missing. |