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