SymbolException Constructor (ISymbol, AdsErrorCode, 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,
    AdsErrorCode errorCode,
    Exception innerException
)

VB

Public Sub New ( 
    symbol As ISymbol,
    errorCode As AdsErrorCode,
    innerException As Exception
)

Parameters

symbol

Type: TwinCAT.TypeSystem.ISymbol
The symbol.

errorCode

Type: TwinCAT.Ads.AdsErrorCode
The error code.

innerException

Type: System.Exception
The inner exception.

Reference

SymbolException Class

SymbolException Overload

TwinCAT.Ads Namespace