Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Class: RT.Servers.AjaxMethodNotFoundException

Summary

Indicates that an AJAX method was requested that does not exist.

Constructors

AjaxMethodNotFoundException(string ajaxMethodName, string message, Exception inner)
Indicates that an AJAX method was requested that does not exist.
AjaxMethodNotFoundException(string ajaxMethodName)
Constructor.
AjaxMethodNotFoundException(string ajaxMethodName, string message)

Instance properties

stringGets the name of the requested method that does not exist.