DuplicateMetadataObjectException.Message property
Gets the message of the exception.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Message As String
Get
'Usage
Dim instance As DuplicateMetadataObjectException
Dim value As String
value = instance.Message
public override string Message { get; }
Property value
Type: System.String
The message of the exception.
See also
Reference
DuplicateMetadataObjectException class