Click or drag to resize
AjaxRequestException Constructor (String, AjaxResponseData)
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,
	AjaxResponseData responseData
)

Parameters

message
Type: SystemString

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

responseData
Type: X3Platform.Ajax.NetAjaxResponseData

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

See Also