| ApplicationResponse Constructor (Exception, Object) |
Namespace:
Dynamicweb.Core
Assembly:
Dynamicweb.Core (in Dynamicweb.Core.dll) Version: 3.1.1
Syntax public ApplicationResponse(
Exception exceptionData,
Object data
)
Public Sub New (
exceptionData As Exception,
data As Object
)
Parameters
- exceptionData
- Type: SystemException
- data
- Type: SystemObject
See Also