DuplicateMetadataObjectException.ToString Method
Creates and returns a string representation of the current exception.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<FileIOPermissionAttribute(SecurityAction.Assert, Unrestricted := True)> _
Public Overrides Function ToString As String
'Usage
Dim instance As DuplicateMetadataObjectException
Dim returnValue As String
returnValue = instance.ToString()
[FileIOPermissionAttribute(SecurityAction.Assert, Unrestricted = true)]
public override string ToString()
Return Value
Type: System.String
A string that represents the current exception.
Implements
See Also
Reference
DuplicateMetadataObjectException Class