PropertyInUseException.ExtraInfo property
Gets extra information concerning the error.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.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.