Compartilhar via


SafeHtmlWrapperException classe

Representa a exceção que é lançada quando ocorre um erro envolvendo um método SafeHtmlWrapper .

Inheritance hierarchy

System.Object
  System.Exception
    Microsoft.SharePoint.Publishing.Fields.SafeHtmlWrapperException

Namespace:  Microsoft.SharePoint.Publishing.Fields
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 SafeHtmlWrapperException _
    Inherits Exception
'Uso
Dim instance As SafeHtmlWrapperException
[SerializableAttribute]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SafeHtmlWrapperException : 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.

Ver também

Referência

SafeHtmlWrapperException membros

Microsoft.SharePoint.Publishing.Fields namespace