InvalidMetadataObjectException.ToString Method
Converts the exception object to a string.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As InvalidMetadataObjectException
Dim returnValue As String
returnValue = instance.ToString()
public override string ToString()
Return Value
Type: System.String
A string representing the object.
Implements
See Also
Reference
InvalidMetadataObjectException Class