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.
Specifies the detail associated with a principal management exception.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Enumeration SPPrincipalManagementExceptionDetail
'Usage
Dim instance As SPPrincipalManagementExceptionDetail
public enum SPPrincipalManagementExceptionDetail
Members
Member name | Description | |
---|---|---|
None | The principal could not be found. Value = 0. | |
PrincipalNotFound | Could not find the principal. Value = 1. | |
QuotaExceeded | The current operation causes the directory quota to be exceeded. Value = 2. | |
UniquenessConstraintViolation | The app principal already exists. Value = 3. |