DestinationNotFromContainingLobSystemError.ToString Method
Converts the error 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 DestinationNotFromContainingLobSystemError
Dim returnValue As String
returnValue = instance.ToString()
public override string ToString()
Return Value
Type: System.String
The string that represents the error.
See Also
Reference
DestinationNotFromContainingLobSystemError Class