DynamicSymbolsProvider Constructor (Boolean)

Initializes a new instance of the DynamicSymbolsProvider class without Symbols.

Namespace:  TcHmiSrv.Core.Tools.DynamicSymbols
Assembly:  TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0

Syntax

C#

public DynamicSymbolsProvider(
    bool handleException
)

Parameters

handleException

Type: System.Boolean
true to invoke HandleException(Command, Exception) if an Exception is thrown while handling a Command; otherwise, false to rethrow the original Exception.

Reference

DynamicSymbolsProvider Class

DynamicSymbolsProvider Overload

TcHmiSrv.Core.Tools.DynamicSymbols Namespace