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
The message.

symbol

Type: TwinCAT.TypeSystem.ISymbol
The symbol.

innerException

Type: System.Exception
The inner exception.

Reference

SymbolException Class

SymbolException Overload

TwinCAT.Ads Namespace