RpcMethodNotSupportedException Constructor (Int32, ITcAdsSymbol)

Initializes a new instance of the RpcMethodNotSupportedException class.

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

Syntax

C#

public RpcMethodNotSupportedException(
    int vTableIndex,
    ITcAdsSymbol symbol
)

VB

Public Sub New ( 
    vTableIndex As Integer,
    symbol As ITcAdsSymbol
)

Parameters

vTableIndex

Type: System.Int32
Index of the v table.

symbol

Type: TwinCAT.Ads.ITcAdsSymbol
The symbol.

Reference

RpcMethodNotSupportedException Class

RpcMethodNotSupportedException Overload

TwinCAT.Ads Namespace