InvalidMaskException Constructor
Obsolete.
Namespace: Microsoft.SharePoint.Portal.Security
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Sub New ( _
message As String, _
rights As PortalRight, _
inner As Exception _
)
'Usage
Dim message As String
Dim rights As PortalRight
Dim inner As Exception
Dim instance As New InvalidMaskException(message, _
rights, inner)
public InvalidMaskException(
string message,
PortalRight rights,
Exception inner
)
Parameters
- message
Type: System.String
- rights
Type: Microsoft.SharePoint.Portal.Security.PortalRight
- inner
Type: System.Exception