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 |
|
command |
Type: TcHmiSrv.Core.Command |
|
innerException |
Type: System.Exception |