Send feedback on this topic.
Teradata.Client.Provider
ToString Method (TdError)



Teradata.Client.Provider Namespace > TdError Class : ToString Method
String representation of TdError class.
Syntax
'Declaration
 
Public Overrides Function ToString() As String
'Usage
 
Dim instance As TdError
Dim value As String
 
value = instance.ToString()
public override string ToString()
public:
String^ ToString(); override 

Return Value

Returns a string in "[Source] [Number] Error Text" format.
Requirements

Target Platforms: Windows 8.1, Windows 10, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019

See Also

Reference

TdError Class
TdError Members