Click or drag to resize
AjaxRequestException Constructor (String, AjaxRequestData, Exception)
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,
	Exception innerException
)

Parameters

message
Type: SystemString

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

requestData
Type: X3Platform.Ajax.NetAjaxRequestData

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

innerException
Type: SystemException

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

See Also