SafeHtmlWrapperException construtor (String)
Inicializa uma nova instância da classe SafeHtmlWrapperException com o parâmetro dado message .
Namespace: Microsoft.SharePoint.Publishing.Fields
Assembly: Microsoft.SharePoint.Publishing (em Microsoft.SharePoint.Publishing.dll)
Sintaxe
'Declaração
Public Sub New ( _
message As String _
)
'Uso
Dim message As String
Dim instance As New SafeHtmlWrapperException(message)
public SafeHtmlWrapperException(
string message
)
Parâmetros
message
Tipo: System.StringA mensagem de erro que explica o motivo da exceção.
Ver também
Referência
SafeHtmlWrapperException classe
SafeHtmlWrapperException membros