Partager via


KeywordDuplicateException, constructeur (Microsoft.SharePoint.Portal.SiteData)

Obsolete. Initializes a new instance of the KeywordDuplicateException class.

Espace de noms : Microsoft.SharePoint.Portal.SiteData
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    message As String, _
    KeywordName As String, _
    inner As Exception _
)
'Utilisation
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
)

Paramètres

  • message
    An error message that explains the reason for the exception, or an empty string.
  • KeywordName
    The name of the keyword.
  • inner
    Not used.

Voir aussi

Référence

KeywordDuplicateException, classe
Membres KeywordDuplicateException
Microsoft.SharePoint.Portal.SiteData, espace de noms