Send feedback on this topic.
Teradata.Client.Provider
Number Property (TdError)



Teradata.Client.Provider Namespace > TdError Class : Number Property
Gets the error number.
Syntax
'Declaration
 
Public ReadOnly Property Number As Integer
'Usage
 
Dim instance As TdError
Dim value As Integer
 
value = instance.Number
public int Number {get;}
public:
property int Number {
   int get();
}

Property Value

The error number or error code.
Remarks
Teradata Vantage error messages are described in the Teradata Vantage Messages manual. The .NET Data Provider for Teradata messages are described in the ErrorMessages table of the Product Support, Trouble Shooting, and Error Message section within the Developers Guide.
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

TdError Class
TdError Members