AdsSymbolException Constructor (String, String, Exception)

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,
    Exception innerException
)

VB

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

Parameters

message

Type: System.String
The message.

symbolName

Type: System.String
Symbol path.

innerException

Type: System.Exception
The inner exception.

Reference

AdsSymbolException Class

AdsSymbolException Overload

TwinCAT.Ads Namespace