SymbolException Constructor (ISymbol, Int32)
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,
int errorCode
)
VB
Public Sub New (
symbol As ISymbol,
errorCode As Integer
)
Parameters
symbol |
Type: TwinCAT.TypeSystem.ISymbol |
errorCode |
Type: System.Int32 |