| TaskEndNotificationArgs Constructor (String, Exception) |
Namespace:
Dynamicweb.Scheduling.Notifications
Assembly:
Dynamicweb.Scheduling (in Dynamicweb.Scheduling.dll) Version: 4.0.2
Syntax public TaskEndNotificationArgs(
string taskName,
Exception exception
)
Public Sub New (
taskName As String,
exception As Exception
)
Parameters
- taskName
- Type: SystemString
- exception
- Type: SystemException
See Also