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
The message that describes the error.

result

Type: TcHmiSrv.Core.ErrorValue
An ErrorValue that describes the error.

Reference

TcHmiException Class

TcHmiException Overload

TcHmiSrv.Core.General Namespace