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



Teradata.Client.Provider Namespace > TdError Class : Message Property
Gets the error message text.
Syntax
'Declaration
 
Public ReadOnly Property Message As String
'Usage
 
Dim instance As TdError
Dim value As String
 
value = instance.Message
public string Message {get;}
public:
property String^ Message {
   String^ get();
}

Property Value

The message text describing the error.
Remarks
Teradata Database error messages are described in Teradata Database 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

Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2

See Also

Reference

TdError Class
TdError Members