Compartilhar via


AudienceRuleLeftContentException class

Representa a exceção acionada quando um erro é encontrado na parte operando de uma regra de audiência.

Inheritance hierarchy

System.Object
  System.Exception
    System.ApplicationException
      Microsoft.Office.Server.Audience.AudienceException
        Microsoft.Office.Server.Audience.AudienceRuleLeftContentException

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

Syntax

'Declaração
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Class AudienceRuleLeftContentException _
    Inherits AudienceException
'Uso
Dim instance As AudienceRuleLeftContentException
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public class AudienceRuleLeftContentException : AudienceException

Comentários

Lançada por membros da classe AudienceManager quando um erro é encontrado na parte operando de uma regra de audiência. Por exemplo, essa exceção é lançada quando o operando não é uma propriedade pública no perfil do usuário.

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.

Ver também

Referência

AudienceRuleLeftContentException members

Microsoft.Office.Server.Audience namespace