Share via


InvalidUpdateOperationException class

Lançada quando o direito do usuário para atualizar o pai da organização não foi confirmado.

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

'Declaração
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Class InvalidUpdateOperationException _
    Inherits UserProfileException
'Uso
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.

Ver também

Referência

InvalidUpdateOperationException members

Microsoft.Office.Server.UserProfiles namespace