SPSocialException members
Contains error information for a SharePoint social operation.
The SPSocialException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPSocialException() | This member is reserved for internal use and is not intended to be used directly from your code. | |
SPSocialException(String) | This member is reserved for internal use and is not intended to be used directly from your code. | |
SPSocialException(SerializationInfo, StreamingContext) | This member is reserved for internal use and is not intended to be used directly from your code. | |
SPSocialException(String, Exception) | This member is reserved for internal use and is not intended to be used directly from your code. |
Top
Properties
Name | Description | |
---|---|---|
Data | (Inherited from Exception.) | |
ErrorCode | (Inherited from SPException.) | |
HelpLink | (Inherited from Exception.) | |
HResult | (Inherited from Exception.) | |
InnerException | (Inherited from Exception.) | |
InternalErrorCode | Gets the internal error code, if available. | |
InternalMessage | Gets the internal error message, if available. | |
InternalStackTrace | Gets the internal stack trace, if available. | |
InternalTypeName | Gets the internal error type name, if available. | |
Message | (Inherited from Exception.) | |
NativeErrorMessage | (Inherited from SPException.) | |
NativeStackTrace | (Inherited from SPException.) | |
Source | (Inherited from Exception.) | |
StackTrace | (Inherited from Exception.) | |
Status | Gets the status code for the operation. | |
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 | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides SPException.GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Inherited from Exception.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Exception.) |
Top