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