| OmronHostLinkCModeHelperGetErrorMessage 方法  | 
 
            根据错误码的信息,返回错误的具体描述的文本
            According to the information of the error code, return the text of the specific description of the error
            
 
        命名空间: 
     HslCommunication.Profinet.Omron.Helper
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
 语法
语法public static string GetErrorMessage(
	int err
)
Public Shared Function GetErrorMessage ( 
	err As Integer
) As String
public:
static String^ GetErrorMessage(
	int err
)
static member GetErrorMessage : 
        err : int -> string 
参数
- err
- 类型:SystemInt32
 错误码
返回值
类型:
String错误的描述文本
 参见
参见