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