ErrMessage

<< Click to Display Table of Contents >>

Manual > Server Creation Guide > Interface > IPLink-Interface > IPLinkClient Library > IPLinkClient Library Reference > Properties >

ErrMessage


 

This is the message of the last error that occurred.

 


Acquisition

 


Parameters

 

Obtained value

 

Type:

String

 

The message string of the last error that occurred.

 


 

Example 2)

 

If Not AxIPLink1.ReadVal("U01.F01.T01", varValue, 0) Then
    txtError.Text = "Fail to read : " + IPLink1.ErrMessage
End If

 

 


reference