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