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 |
exception |
Type: System.Exception |
Return Value
Type: Boolean
true if command is handled;
otherwise, false.