Click or drag to resize

ApplicationResponseT Constructor (Exception, T)

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

Parameters

exceptionData
Type: SystemException
data
Type: T
See Also