Clase UserProfileException
Representa una excepción que se produce cuando un usuario intenta crear una instancia de un objeto UserProfile y se produce un error en la creación.
Jerarquía de la herencia
System.Object
System.Exception
Microsoft.Office.Server.UserProfiles.UserProfileException
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 UserProfileException _
Inherits Exception
'Uso
Dim instance As UserProfileException
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class UserProfileException : Exception
Comentarios
Se trata de una excepción general de la que derivan todas las excepciones relacionadas con el perfil de usuario.
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
Espacio de nombres Microsoft.Office.Server.UserProfiles
Jerarquía de la herencia
System.Object
System.Exception
Microsoft.Office.Server.UserProfiles.UserProfileException
Microsoft.Office.Server.UserProfiles.AccountNotValidatedException
Microsoft.Office.Server.UserProfiles.ChangeTokenTooEarlyException
Microsoft.Office.Server.UserProfiles.CommitFailedException
Microsoft.Office.Server.UserProfiles.CommitPartialException
Microsoft.Office.Server.UserProfiles.DLImportInProgressException
Microsoft.Office.Server.UserProfiles.DuplicateEntryException
Microsoft.Office.Server.UserProfiles.ImportInProgressException
Microsoft.Office.Server.UserProfiles.InvalidDataTypeException
Microsoft.Office.Server.UserProfiles.InvalidUpdateOperationException
Microsoft.Office.Server.UserProfiles.InvalidValueException
Microsoft.Office.Server.UserProfiles.NoDBEntryException
Microsoft.Office.Server.UserProfiles.NoErrorFeedBackException
Microsoft.Office.Server.UserProfiles.NoJobServerException
Microsoft.Office.Server.UserProfiles.NoPortalContextException
Microsoft.Office.Server.UserProfiles.NoWebContextException
Microsoft.Office.Server.UserProfiles.OrganizationNotFoundException
Microsoft.Office.Server.UserProfiles.PersonalSiteCreateException
Microsoft.Office.Server.UserProfiles.PersonalSiteExistsException
Microsoft.Office.Server.UserProfiles.PersonalSiteNamingConflictException
Microsoft.Office.Server.UserProfiles.PersonalSitePartialCreateException
Microsoft.Office.Server.UserProfiles.PropertyInUseException
Microsoft.Office.Server.UserProfiles.PropertyInvalidFormatException
Microsoft.Office.Server.UserProfiles.PropertyInvalidValueException
Microsoft.Office.Server.UserProfiles.PropertyIsPrivateException
Microsoft.Office.Server.UserProfiles.PropertyIsSectionException
Microsoft.Office.Server.UserProfiles.PropertyMappingNotDefinedException
Microsoft.Office.Server.UserProfiles.PropertyNotDefinedException
Microsoft.Office.Server.UserProfiles.PropertyNotEditableException
Microsoft.Office.Server.UserProfiles.RemoveUserFailedException
Microsoft.Office.Server.UserProfiles.TooManySearchTermException
Microsoft.Office.Server.UserProfiles.UpdateReadOnlyDatabaseException
Microsoft.Office.Server.UserProfiles.UpdateReadOnlyFieldException
Microsoft.Office.Server.UserProfiles.UpdateSystemFieldException
Microsoft.Office.Server.UserProfiles.UserCreationIgnoredException
Microsoft.Office.Server.UserProfiles.UserExistsException
Microsoft.Office.Server.UserProfiles.UserNameFormatException
Microsoft.Office.Server.UserProfiles.UserNotFoundException
Microsoft.Office.Server.UserProfiles.UserProfileApplicationNotAvailableException
Microsoft.Office.Server.UserProfiles.UserSidException