Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.