Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: AjaxInvalidParameterDataException(string, Exception)

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

stringparameterData The raw data that could not be parsed.
Exceptioninner Inner exception.