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