MarshalException Constructor (IInstance, Type, MemberInfo)

Initializes a new instance of the MarshalException class.

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

Syntax

C#

public MarshalException(
    IInstance instance,
    Type tp,
    MemberInfo member
)

Parameters

instance

Type: TwinCAT.TypeSystem.IInstance
The instance.

tp

Type: System.Type
The type.

member

Type: System.Reflection.MemberInfo
The member.

Reference

MarshalException Class

MarshalException Overload

TwinCAT.TypeSystem Namespace