DataTypeException Constructor

Initializes a new instance of the DataTypeException class.

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

Syntax

C#

public DataTypeException(
    string message,
    IDataType type
)

VB

Public Sub New ( 
    message As String,
    type As IDataType
)

Parameters

message

Type: System.String
The message.

type

Type: TwinCAT.TypeSystem.IDataType
The type.

Reference

DataTypeException Class

TwinCAT.TypeSystem Namespace