MetadataException.ToString Method

Converts the exception object to a string.

Namespace:  Microsoft.BusinessData.MetadataModel
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As MetadataException
Dim returnValue As String

returnValue = instance.ToString()
public override string ToString()

Return Value

Type: System.String
The exception object string.

Implements

_Exception.ToString()

See Also

Reference

MetadataException Class

MetadataException Members

Microsoft.BusinessData.MetadataModel Namespace