Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: AjaxInvalidReturnValueException(object, Type, string, Exception)

Declaration

public AjaxInvalidReturnValueException(
    object returnValue,
    Type returnType,
    string message,
    Exception inner
)

Summary

Indicates that the value returned by an AJAX method could not be serialized.

Parameters

objectreturnValue The return value that could not be serialized.
TypereturnType The return type of the relevant AJAX method.
stringmessage Exception message.
Exceptioninner Inner exception.