AudienceADImportException Class

The AudienceADImportException class represents the exception thrown when an error occurs while getting data from Microsoft Active Directory directory service.

System.Object

    System.Exception

       System.ApplicationException

         Microsoft.SharePoint.Portal.Audience.AudienceException

            Microsoft.SharePoint.Portal.Audience.AudienceADImportException

Public Constructors

The following table shows the AudienceADImportException class constructors and provides a brief description of each.

Name Description
AudienceADImportException (string) Initializes a new instance of the AudienceADImportException class with a specified error message.
AudienceADImportException (string, System.Exception) Initializes a new instance of the AudienceADImportException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread safe.

Remarks

Catch or throw this exception from applications that update audience membership information, such as ADsPath, from Active Directory.

Requirements

Namespace: Microsoft.SharePoint.Portal.Audience

Platforms: Microsoft Windows Server 2003

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

Security: Code Access Security

AudienceException Class