SPPrincipalManagementException members
An exception that is thrown during an app principal management operation.
The SPPrincipalManagementException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPPrincipalManagementException() | Initializes a new instance of the SPPrincipalManagementException class. | |
SPPrincipalManagementException(String) | Initializes a new instance of the SPPrincipalManagementException class with the specified message. | |
SPPrincipalManagementException(String, Exception) | Initializes a new instance of the SPPrincipalManagementException class with a specified error message and a reference to the inner exception that is the cause of this exception.. |
Top
Properties
Name | Description | |
---|---|---|
Data | (Inherited from Exception.) | |
Detail | Gets the details associated with this exception. | |
HelpLink | (Inherited from Exception.) | |
HResult | (Inherited from Exception.) | |
InnerException | (Inherited from Exception.) | |
Message | (Inherited from Exception.) | |
Source | (Inherited from Exception.) | |
StackTrace | (Inherited from Exception.) | |
TargetSite | (Inherited from Exception.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetBaseException | (Inherited from Exception.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | Provides serialized information about this exception. (Overrides Exception.GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Inherited from Exception.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Exception.) |
Top