ActivityFeedSyndicationException constructor (String, Exception)

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

Syntax

'Declaration
Public Sub New ( _
    msg As String, _
    e As Exception _
)
'Usage
Dim msg As String
Dim e As Exception

Dim instance As New ActivityFeedSyndicationException(msg, e)
public ActivityFeedSyndicationException(
    string msg,
    Exception e
)

Parameters

See also

Reference

ActivityFeedSyndicationException class

ActivityFeedSyndicationException members

ActivityFeedSyndicationException overload

Microsoft.Office.Server.ActivityFeed namespace