| FujiCommandSettingTypeGetErrorText 方法  | 
 
            根据错误信息获取相关数据信息
            
 
        命名空间: 
     HslCommunication.Profinet.Fuji
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
 语法
语法public static string GetErrorText(
	int error
)
Public Shared Function GetErrorText ( 
	error As Integer
) As String
public:
static String^ GetErrorText(
	int error
)
static member GetErrorText : 
        error : int -> string 
参数
- error
- 类型:SystemInt32
 错误代号
返回值
类型:
String实际的错误描述信息
 参见
参见