RpcMethodNotSupportedException Constructor (String, 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(
    string methodName,
    ITcAdsSymbol symbol
)

VB

Public Sub New ( 
    methodName As String,
    symbol As ITcAdsSymbol
)

Parameters

methodName

Type: System.String
Name of the method.

symbol

Type: TwinCAT.Ads.ITcAdsSymbol
The symbol.

Reference

RpcMethodNotSupportedException Class

RpcMethodNotSupportedException Overload

TwinCAT.Ads Namespace