Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: AjaxInvalidParameterException(string, JsonValue, Type, Exception)

Declaration

public AjaxInvalidParameterException(
    string parameterName,
    JsonValue json,
    Type targetType,
    Exception inner
)

Summary

Constructor.

Parameters

stringparameterName Name of the parameter that could not be deserialized.
JsonValuejson The JSON value that was attempted to be deserialized.
TypetargetType Type that the value was attempted to be deserialized as.
Exceptioninner Inner exception.