Share via


SafeHtmlWrapperException constructor (String)

Initializes a new instance of the SafeHtmlWrapperException class with the given message parameter.

Namespace:  Microsoft.SharePoint.Publishing.Fields
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
'Usage
Dim message As String

Dim instance As New SafeHtmlWrapperException(message)
public SafeHtmlWrapperException(
    string message
)

Parameters

  • message
    Type: System.String

    The error message that explains the reason for the exception.

See also

Reference

SafeHtmlWrapperException class

SafeHtmlWrapperException members

SafeHtmlWrapperException overload

Microsoft.SharePoint.Publishing.Fields namespace