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:
property int Number {
int get();
}
Property Value
The error number or error code.
Requirements
Product | Versions | Platforms |
.NET | 6, 7 | Windows, Linux, MacOS |
.NET Framework | 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
.NET Standard | 2.0 | Windows, Linux, MacOS |
See Also