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

Constructor.

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.