CustomTriggerClone Method

Clones this instance.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.0
public override Object Clone()

Return Value

Object
This method will always throw an exception.

Implements

ICloneableClone

Exceptions

InvalidOperationExceptionCustomTrigger cannot be cloned due to OS restrictions.

See Also