KeywordDuplicateException Constructor

Obsolete. Initializes a new instance of the KeywordDuplicateException class.

Namespace:  Microsoft.SharePoint.Portal.SiteData
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    KeywordName As String, _
    inner As Exception _
)
'Usage
Dim message As String
Dim KeywordName As String
Dim inner As Exception

Dim instance As New KeywordDuplicateException(message, _
    KeywordName, inner)
public KeywordDuplicateException(
    string message,
    string KeywordName,
    Exception inner
)

Parameters

  • message
    Type: System.String
    An error message that explains the reason for the exception, or an empty string.

See Also

Reference

KeywordDuplicateException Class

KeywordDuplicateException Members

Microsoft.SharePoint.Portal.SiteData Namespace