ListingNotExistException, constructeur (Microsoft.SharePoint.Portal.SiteData)
Obsolete. Initializes a new instance of the ListingNotExistException 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, _
LstID As Guid, _
inner As Exception _
)
'Utilisation
Dim message As String
Dim LstID As Guid
Dim inner As Exception
Dim instance As New ListingNotExistException(message, LstID, inner)
public ListingNotExistException (
string message,
Guid LstID,
Exception inner
)
Paramètres
- message
An error message that explains the reason for the exception, or an empty string.
- LstID
The identifier of the listing.
- inner
Not used.
Voir aussi
Référence
ListingNotExistException, classe
Membres ListingNotExistException
Microsoft.SharePoint.Portal.SiteData, espace de noms