SymbolException Constructor (ISymbol, AdsErrorCode)
Initializes a new instance of the SymbolException class.
Namespace: TwinCAT.Ads
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public SymbolException(
ISymbol symbol,
AdsErrorCode errorCode
)
VB
Public Sub New (
symbol As ISymbol,
errorCode As AdsErrorCode
)
Parameters
symbol |
Type: TwinCAT.TypeSystem.ISymbol |
errorCode |
Type: TwinCAT.Ads.AdsErrorCode |