Click or drag to resize

ErrorArgs Constructor

Initializes a new instance of the ErrorArgs class

Namespace:  Dynamicweb.ItemCreator.Notification
Assembly:  Dynamicweb.ItemCreator (in Dynamicweb.ItemCreator.dll) Version: 2.0.2
Syntax
public ErrorArgs(
	Item item,
	Page targetPage,
	Exception exception
)

Parameters

item
Type: Dynamicweb.Content.ItemsItem
targetPage
Type: Dynamicweb.ContentPage
exception
Type: SystemException
See Also