Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: AjaxInvalidReturnValueException(object, Type)

Declaration

public AjaxInvalidReturnValueException(
    object returnValue,
    Type returnType
)

Summary

Constructor.

Parameters

objectreturnValue The return value that could not be serialized.
TypereturnType The return type of the relevant AJAX method.