Send feedback on this topic.
Teradata.Client.Provider
Source Property (TdException)



Teradata.Client.Provider Namespace > TdException Class : Source Property
Gets the error source.
Syntax
'Declaration
 
Public Overrides NotOverridable ReadOnly Property Source As String
'Usage
 
Dim instance As TdException
Dim value As String
 
value = instance.Source
public override string Source {get;}
public:
property String^ Source {
   String^ get() override;
}

Property Value

Contains a string that uniquely identifies the source of most recent error.
Requirements

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

See Also

Reference

TdException Class
TdException Members