ResultPair Constructor (ErrorValue, String)

Initializes a new instance of the ResultPair class.

Namespace:  TcHmiSrv
Assembly:  TcHmiSrvExtNet (in TcHmiSrvExtNet.dll) Version: 3.0.0.0

Syntax

C#

public ResultPair(
    ErrorValue result,
    string text
)

Parameters

result

Type: TcHmiSrv.ErrorValue
The result code, see ErrorValue.

text

Type: System.String
The textual representation or further description of the result code.

Reference

ResultPair Class

ResultPair Overload

TcHmiSrv Namespace