ServerException.ToString method
Returns a string that represents the ServerException.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As ServerException
Dim returnValue As String
returnValue = instance.ToString()
public override string ToString()
Return value
Type: System.String
The text that describes the server exception.
Implements
Remarks
This override returns the basic error message and the ServerStackTrace information.