TaskEventLog(String) Constructor

Initializes a new instance of the TaskEventLog class.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.0
public TaskEventLog(
	string taskPath
)

Parameters

taskPath  String
The task path. This can be retrieved using the Path property.

Exceptions

NotSupportedExceptionThrown when instantiated on an OS prior to Windows Vista.

See Also