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