TcHmiException Constructor (String, ErrorValue)
Initializes a new instance of the TcHmiException class with the specified error message and result.
Namespace: TcHmiSrv.Core.General
Assembly: TcHmiSrvExtNet.Core (in
TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0
Syntax
C#
public TcHmiException(
string message,
ErrorValue result
)
Parameters
message |
Type: System.String |
result |
Type: TcHmiSrv.Core.ErrorValue |