Send feedback on this topic.
Teradata.Client.Provider
TdException Constructor



Teradata.Client.Provider Namespace > TdException Class : TdException Constructor
Exception message
Inner exception
CONSTRUCTOR: used to preserve the exception stack.
Syntax
'Declaration
 
Public Function New( _
   ByVal message As String, _
   ByVal inner As Exception _
)
'Usage
 
Dim message As String
Dim inner As Exception
 
Dim instance As New TdException(message, inner)
public TdException( 
   string message,
   Exception inner
)
public:
TdException( 
   String^ message,
   Exception^ inner
)

Parameters

message
Exception message
inner
Inner exception
Requirements

Target Platforms: Windows 8.1, Windows 10, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019

See Also

Reference

TdException Class
TdException Members