DuplicateMetadataObjectException.ToString Method
Creates and returns a string representation of the current exception.
Namespace: Microsoft.BusinessData.MetadataModel
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As DuplicateMetadataObjectException
Dim returnValue As String
returnValue = instance.ToString()
public override string ToString()
Return Value
Type: System.String
A string that represents the current exception.
Implements
See Also
Reference
DuplicateMetadataObjectException Class