Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: AjaxMethodInvalidException(string, string, Exception)

Declaration

public AjaxMethodInvalidException(
    string ajaxMethodName,
    string message,
    Exception inner
)

Summary

Constructor.

Parameters

stringajaxMethodName Name of the requested method that is invalid.
stringmessage Exception message.
Exceptioninner Inner exception.