DataTypeException Constructor (String, IDataType)

Initializes a new instance of the DataTypeException class.

Namespace:  TwinCAT.TypeSystem
Assembly:  TwinCAT.Ads.Abstractions (in TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229

Syntax

C#

public DataTypeException(
    string message,
    IDataType type
)

Parameters

message

Type: System.String
The message.

type

Type: TwinCAT.TypeSystem.IDataType
The type.

Reference

DataTypeException Class

DataTypeException Overload

TwinCAT.TypeSystem Namespace