Click or drag to resize
AjaxRequestException Constructor (String, AjaxRequestData)
Initializes a new instance of the AjaxRequestException class

Namespace: X3Platform.Ajax.Net
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public AjaxRequestException(
	string message,
	AjaxRequestData requestData
)

Parameters

message
Type: SystemString

[Missing <param name="message"/> documentation for "M:X3Platform.Ajax.Net.AjaxRequestException.#ctor(System.String,X3Platform.Ajax.Net.AjaxRequestData)"]

requestData
Type: X3Platform.Ajax.NetAjaxRequestData

[Missing <param name="requestData"/> documentation for "M:X3Platform.Ajax.Net.AjaxRequestException.#ctor(System.String,X3Platform.Ajax.Net.AjaxRequestData)"]

See Also