SPSocialException class

Contains error information for a SharePoint social operation.

Inheritance hierarchy

System.Object
  System.Exception
    System.ApplicationException
      Microsoft.SharePoint.SPException
        Microsoft.Office.Server.Social.SPSocialException

Namespace:  Microsoft.Office.Server.Social
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class SPSocialException _
    Inherits SPException
'Usage
Dim instance As SPSocialException
[SerializableAttribute]
public class SPSocialException : SPException

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

SPSocialException members

Microsoft.Office.Server.Social namespace