DynamicSymbolException Constructor

Initializes a new instance of the DynamicSymbolException class with the specified error message, Command and a reference to the inner Exception that is the cause of this DynamicSymbolException.

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

Syntax

C#

public DynamicSymbolException(
    string message,
    Command command,
    Exception innerException
)

Parameters

message

Type: System.String
The error message that explains the reason for the DynamicSymbolException.

command

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

innerException

Type: System.Exception
The Exception that is the cause of the current DynamicSymbolException.

Reference

DynamicSymbolException Class

TcHmiSrv.Core.Tools.DynamicSymbols Namespace