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
ProductVersionsPlatforms
.NET2.1, 3.1, 6Windows, Linux, MacOS
.NET Framework4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdException Class
TdException Members