Share via


PropertyInUseException.ExtraInfo Property

Gets extra information concerning the error.

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

Syntax

'Declaration
Public ReadOnly Property ExtraInfo As String
    Get
'Usage
Dim instance As PropertyInUseException
Dim value As String

value = instance.ExtraInfo
public string ExtraInfo { get; }

Property Value

Type: System.String
The extra information concerning the error.

Remarks

For example, when PropertyInUseException throws an exception because a user is attempting to delete a property that is used by an audience, the ExtraInfo property returns the list of audiences using the property that the user is trying to delete.

See Also

Reference

PropertyInUseException Class

PropertyInUseException Members

Microsoft.Office.Server.UserProfiles Namespace