UserProfileException Class

NOTE: This API is now obsolete.

Use classes in the Microsoft.Office.Server.UserProfiles namespace instead.

Inheritance Hierarchy

System.Object
  System.Exception
    System.ApplicationException
      Microsoft.SharePoint.Portal.UserProfiles.UserProfileException
        

Namespace:  Microsoft.SharePoint.Portal.UserProfiles
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<ObsoleteAttribute("Use classes under the namespace "Microsoft.Office.Server.UserProfiles" instead.")> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Class UserProfileException _
    Inherits ApplicationException
'Usage
Dim instance As UserProfileException
[ObsoleteAttribute("Use classes under the namespace "Microsoft.Office.Server.UserProfiles" instead.")]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public class UserProfileException : ApplicationException

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

UserProfileException Members

Microsoft.SharePoint.Portal.UserProfiles Namespace

Inheritance Hierarchy

System.Object
  System.Exception
    System.ApplicationException
      Microsoft.SharePoint.Portal.UserProfiles.UserProfileException
        Microsoft.SharePoint.Portal.UserProfiles.AccountNotValidatedException
        Microsoft.SharePoint.Portal.UserProfiles.CommitFailedException
        Microsoft.SharePoint.Portal.UserProfiles.CommitPartialException
        Microsoft.SharePoint.Portal.UserProfiles.DLImportInProgressException
        Microsoft.SharePoint.Portal.UserProfiles.DuplicateEntryException
        Microsoft.SharePoint.Portal.UserProfiles.ImportInProgressException
        Microsoft.SharePoint.Portal.UserProfiles.InvalidDataTypeException
        Microsoft.SharePoint.Portal.UserProfiles.InvalidValueException
        Microsoft.SharePoint.Portal.UserProfiles.NoDBEntryException
        Microsoft.SharePoint.Portal.UserProfiles.NoErrorFeedBackException
        Microsoft.SharePoint.Portal.UserProfiles.NoJobServerException
        Microsoft.SharePoint.Portal.UserProfiles.NoPortalContextException
        Microsoft.SharePoint.Portal.UserProfiles.NoWebContextException
        Microsoft.SharePoint.Portal.UserProfiles.PersonalSiteCreateException
        Microsoft.SharePoint.Portal.UserProfiles.PersonalSiteExistsException
        Microsoft.SharePoint.Portal.UserProfiles.PersonalSiteNamingConflictException
        Microsoft.SharePoint.Portal.UserProfiles.PersonalSitePartialCreateException
        Microsoft.SharePoint.Portal.UserProfiles.PropertyInUseException
        Microsoft.SharePoint.Portal.UserProfiles.PropertyInvalidFormatException
        Microsoft.SharePoint.Portal.UserProfiles.PropertyInvalidValueException
        Microsoft.SharePoint.Portal.UserProfiles.PropertyIsPrivateException
        Microsoft.SharePoint.Portal.UserProfiles.PropertyIsSectionException
        Microsoft.SharePoint.Portal.UserProfiles.PropertyMappingNotDefinedException
        Microsoft.SharePoint.Portal.UserProfiles.PropertyNotDefinedException
        Microsoft.SharePoint.Portal.UserProfiles.PropertyNotEditableException
        Microsoft.SharePoint.Portal.UserProfiles.RemoveUserFailedException
        Microsoft.SharePoint.Portal.UserProfiles.UpdateReadOnlyFieldException
        Microsoft.SharePoint.Portal.UserProfiles.UpdateSystemFieldException
        Microsoft.SharePoint.Portal.UserProfiles.UserExistsException
        Microsoft.SharePoint.Portal.UserProfiles.UserNameFormatException
        Microsoft.SharePoint.Portal.UserProfiles.UserNotFoundException
        Microsoft.SharePoint.Portal.UserProfiles.UserSidException