Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the details associated with this exception.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Detail As SPPrincipalManagementExceptionDetail
Get
'Usage
Dim instance As SPPrincipalManagementException
Dim value As SPPrincipalManagementExceptionDetail
value = instance.Detail
public SPPrincipalManagementExceptionDetail Detail { get; }
Property value
Type: Microsoft.SharePoint.SPPrincipalManagementExceptionDetail
The details associated with this exception.
See also
Reference
SPPrincipalManagementException class