SPPrincipalManagementException.Detail property
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