Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Class: RT.Servers.AjaxInvalidReturnValueException

Summary

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

Constructors

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

Instance properties

TypeGets the return type of the relevant AJAX method.
objectGets the return value that could not be serialized.
HttpStatusCodeHTTP status code.