Compartilhar via


InvalidPublishingWebException classe

Indica a exceção que é lançada quando uma propriedade get, conjunto de propriedade ou método relacionado a uma estrutura de PublishingWeb falha porque a estrutura de PublishingWeb não é válida.

Inheritance hierarchy

System.Object
  System.Exception
    System.ApplicationException
      Microsoft.SharePoint.Publishing.InvalidPublishingWebException

Namespace:  Microsoft.SharePoint.Publishing
Assembly:  Microsoft.SharePoint.Publishing (em Microsoft.SharePoint.Publishing.dll)

Sintaxe

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

Segurança de thread

Os membros públicos estática (Shared no Visual Basic) desse tipo são seguros para thread. Nenhum membro de instância pode ser garantido como seguro para thread.

Ver também

Referência

InvalidPublishingWebException membros

Microsoft.SharePoint.Publishing namespace