Share via


PropertyInvalidFormatException Constructor (String, Exception)

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, _
    e As Exception _
)
'Usage
Dim msg As String
Dim e As Exception

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

Parameters

See Also

Reference

PropertyInvalidFormatException Class

PropertyInvalidFormatException Members

PropertyInvalidFormatException Overload

Microsoft.SharePoint.Portal.UserProfiles Namespace