'Declaration
Public Class IllegalObjectReassignmentException Inherits System.Exception
public class IllegalObjectReassignmentException : System.Exception
public ref class IllegalObjectReassignmentException : public System.Exception
'Declaration
Public Class IllegalObjectReassignmentException Inherits System.Exception
public class IllegalObjectReassignmentException : System.Exception
public ref class IllegalObjectReassignmentException : public System.Exception
This exception is thrown if you try to reassign an object to a new owner. For example, if you take a JobStep that belongs to one Job and add it to another job, the Add operation will throw an IllegalObjectReassignmentException.
This restriction only applies to Dependent objects (IsDependent is False) such as JobSteps, Tasks, etc., which belong to a single parent. Independent objects such as Jobs, JobGroups, Shared Scripts, etc., can be referenced by more than one object.
System.Object
System.Exception
ArcanaDevelopment.adTempus.Client.IllegalObjectReassignmentException