FujiSPBHelperGetErrorDescriptionFromCode 方法 |
根据错误码获取到真实的文本信息
命名空间:
HslCommunication.Profinet.Fuji
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static string GetErrorDescriptionFromCode(
string code
)
Public Shared Function GetErrorDescriptionFromCode (
code As String
) As String
public:
static String^ GetErrorDescriptionFromCode(
String^ code
)
static member GetErrorDescriptionFromCode :
code : string -> string
参数
- code
- 类型:SystemString
错误码
返回值
类型:
String错误的文本描述
参见