Freigeben über


OrganizationNotFoundException-Klasse

HINWEIS: Diese API ist veraltet.

Stellt die Ausnahme dar, die ausgelöst wird, wenn das angeforderte OrganizationProfile -Objekt kann nicht gefunden werden.

Vererbungshierarchie

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

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

Syntax

'Declaration
<ObsoleteAttribute("This class is no longer supported.")> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Class OrganizationNotFoundException _
    Inherits UserProfileException
'Usage
Dim instance As OrganizationNotFoundException
[ObsoleteAttribute("This class is no longer supported.")]
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public class OrganizationNotFoundException : UserProfileException

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.

Siehe auch

Referenz

OrganizationNotFoundException-Member

Microsoft.Office.Server.UserProfiles-Namespace