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



Teradata.Client.Provider Namespace > TdException Class : Errors Property
Gets the TdErrorCollection with one or more TdError objects.
Syntax
'Declaration
 
Public ReadOnly Property Errors As TdErrorCollection
'Usage
 
Dim instance As TdException
Dim value As TdErrorCollection
 
value = instance.Errors
public TdErrorCollection Errors {get;}
public:
property TdErrorCollection^ Errors {
   TdErrorCollection^ get();
}

Property Value

A typed collection of TdError objects.
Requirements
ProductVersionsPlatforms
.NET6, 7Windows, Linux, MacOS
.NET Framework4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdException Class
TdException Members
TdError Class
TdErrorCollection Class