Declaration
public AjaxInvalidParameterDataException(
string parameterData,
Exception inner
)Summary
Indicates that, during processing of an AJAX request, the data containing the method parameters could not be
parsed.
Parameters
| string | parameterData |
The raw data that could not be parsed. |
| Exception | inner |
Inner exception. |