Click or drag to resize

TaskEndNotificationArgs Constructor (String, Exception)

Initializes a new instance of the TaskEndNotificationArgs class

Namespace:  Dynamicweb.Scheduling.Notifications
Assembly:  Dynamicweb.Scheduling (in Dynamicweb.Scheduling.dll) Version: 4.0.2
Syntax
public TaskEndNotificationArgs(
	string taskName,
	Exception exception
)

Parameters

taskName
Type: SystemString
exception
Type: SystemException
See Also