Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Class: RT.Servers.AjaxMethodInvalidException

Summary

Indicates that an AJAX method declaration is invalid.

Constructors

AjaxMethodInvalidException(string ajaxMethodName, string message, Exception inner)
Indicates that an AJAX method declaration is invalid.
AjaxMethodInvalidException(string ajaxMethodName)
Constructor.
AjaxMethodInvalidException(string ajaxMethodName, string message)

Instance properties

stringGets the name of the requested method that is invalid.