PropertyInUseException Constructor (String, String)

NOTE: This API is now obsolete.

Obsolete.

Namespace:  Microsoft.SharePoint.Portal.UserProfiles
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<ObsoleteAttribute("Use classes under the namespace "Microsoft.Office.Server.UserProfiles" instead.")> _
Public Sub New ( _
    msg As String, _
    ExtraInfo As String _
)
'Usage
Dim msg As String
Dim ExtraInfo As String

Dim instance As New PropertyInUseException(msg, ExtraInfo)
[ObsoleteAttribute("Use classes under the namespace "Microsoft.Office.Server.UserProfiles" instead.")]
public PropertyInUseException(
    string msg,
    string ExtraInfo
)

Parameters

See Also

Reference

PropertyInUseException Class

PropertyInUseException Members

PropertyInUseException Overload

Microsoft.SharePoint.Portal.UserProfiles Namespace