SPPrincipalManagementExceptionDetail enumeration
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. |