Share via


NotEnoughPrivilegeException Constructor

Obsolete. Initializes an instance of the NotEnoughPrivilegeException class.

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

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    CatOrLstID As Guid, _
    inner As Exception _
)
'Usage
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
)

Parameters

  • message
    Type: System.String

    An error message that explains the reason for the exception, or an empty string.

  • CatOrLstID
    Type: System.Guid

    The identifier of the area or listing.

See Also

Reference

NotEnoughPrivilegeException Class

NotEnoughPrivilegeException Members

Microsoft.SharePoint.Portal.SiteData Namespace