Click or drag to resize

ApplicationResponse Constructor (Exception, Object)

Initializes a new instance of the ApplicationResponse class

Namespace:  Dynamicweb.Core
Assembly:  Dynamicweb.Core (in Dynamicweb.Core.dll) Version: 3.1.1
Syntax
public ApplicationResponse(
	Exception exceptionData,
	Object data
)

Parameters

exceptionData
Type: SystemException
data
Type: SystemObject
See Also