Share via


SPSocialException.InternalMessage property

Gets the internal error message, if available.

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

Syntax

'Declaration
Public Property InternalMessage As String
    Get
    Private Set
'Usage
Dim instance As SPSocialException
Dim value As String

value = instance.InternalMessage
public string InternalMessage { get; private set; }

Property value

Type: System.String

See also

Reference

SPSocialException class

SPSocialException members

Microsoft.Office.Server.Social namespace