AdsSymbolException Constructor (String, String)

Initializes a new instance of the AdsSymbolException class.

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

Syntax

C#

public AdsSymbolException(
    string message,
    string symbolName
)

VB

Public Sub New ( 
    message As String,
    symbolName As String
)

Parameters

message

Type: System.String
The message.

symbolName

Type: System.String
Symbol path.

Reference

AdsSymbolException Class

AdsSymbolException Overload

TwinCAT.Ads Namespace