ContentByQueryWebPartException classe
Representa os erros que ocorrem durante a execução do conteúdo pela Web Part de consulta.
Inheritance hierarchy
System.Object
System.Exception
Microsoft.SharePoint.Publishing.WebControls.ContentByQueryWebPartException
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (em Microsoft.SharePoint.Publishing.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class ContentByQueryWebPartException _
Inherits Exception
'Uso
Dim instance As ContentByQueryWebPartException
[SerializableAttribute]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class ContentByQueryWebPartException : Exception
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.