DynamicSymbolsProvider.HandleException Method

Handles the Exception that was thrown while handling the specified Command.

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

Syntax

C#

protected virtual bool HandleException(
    Command command,
    Exception exception
)

Parameters

command

Type: TcHmiSrv.Core.Command
The Command that caused exception.

exception

Type: System.Exception
The Exception that was thrown while handling command.

Return Value

Type: Boolean
true if command is handled; otherwise, false.

Reference

DynamicSymbolsProvider Class

TcHmiSrv.Core.Tools.DynamicSymbols Namespace