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



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

Property Value

Contains The message text describing the exception.
Remarks
Returns the most recent error message. Applications should enumerate through all TdError objects in TdException.Errors in order to retrieve all error messages.
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

TdException Class
TdException Members