Partager via


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

Obsolete. Initializes a new instance of the CrawlItemNotExistException 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, _
    ItemID As Guid, _
    inner As Exception _
)
'Utilisation
Dim message As String
Dim ItemID As Guid
Dim inner As Exception

Dim instance As New CrawlItemNotExistException(message, ItemID, inner)
public CrawlItemNotExistException (
    string message,
    Guid ItemID,
    Exception inner
)

Paramètres

  • message
    An error message that explains the reason for the exception, or an empty string.
  • ItemID
    The identifier of the item.
  • inner
    Not used.

Voir aussi

Référence

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