InvalidUpdateOperationException Class

Thrown when user's right to update organization's parent has not been confirmed.

Inheritance Hierarchy

System.Object
  System.Exception
    Microsoft.Office.Server.UserProfiles.UserProfileException
      Microsoft.Office.Server.UserProfiles.InvalidUpdateOperationException

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Class InvalidUpdateOperationException _
    Inherits UserProfileException
'Usage
Dim instance As InvalidUpdateOperationException
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public class InvalidUpdateOperationException : UserProfileException

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

InvalidUpdateOperationException Members

Microsoft.Office.Server.UserProfiles Namespace