Compartir a través de


Clase PersonalSiteUpgradeExistsException

Representa una excepción que se produce cuando un usuario intenta actualizar un sitio personal que ya existe.

Jerarquía de la herencia

System.Object
  System.Exception
    Microsoft.Office.Server.UserProfiles.UserProfileException
      Microsoft.Office.Server.UserProfiles.PersonalSiteExistsException
        Microsoft.Office.Server.UserProfiles.PersonalSiteUpgradeExistsException

Espacio de nombres:  Microsoft.Office.Server.UserProfiles
Ensamblado:  Microsoft.Office.Server.UserProfiles (en Microsoft.Office.Server.UserProfiles.dll)

Sintaxis

'Declaración
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class PersonalSiteUpgradeExistsException _
    Inherits PersonalSiteExistsException
'Uso
Dim instance As PersonalSiteUpgradeExistsException
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class PersonalSiteUpgradeExistsException : PersonalSiteExistsException

Seguridad para subprocesos

Los miembros static (Shared en Visual Basic) públicos de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancias sean seguros para los subprocesos.

Vea también

Referencia

Miembros PersonalSiteUpgradeExistsException

Espacio de nombres Microsoft.Office.Server.UserProfiles