AdsDatatypeNotSupportedException Constructor (String, Exception)

Initializes a new Instance of the AdsDatatypeNotSupportedException class.

Namespace:  TwinCAT.Ads
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 4.3.0.0

Syntax

C#

public AdsDatatypeNotSupportedException(
    string message,
    Exception innerException
)

VB

Public Sub New ( 
    message As String,
    innerException As Exception
)

Parameters

message

Type: System.String
The message.

innerException

Type: System.Exception
The inner exception.

Reference

AdsDatatypeNotSupportedException Class

AdsDatatypeNotSupportedException Overload

TwinCAT.Ads Namespace