AdsSymbolException Constructor (String, ITcAdsSymbol, 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,
ITcAdsSymbol symbol,
Exception innerException
)
VB
Public Sub New (
message As String,
symbol As ITcAdsSymbol,
innerException As Exception
)
Parameters
message |
Type: System.String |
symbol |
Type: TwinCAT.Ads.ITcAdsSymbol |
innerException |
Type: System.Exception |