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