DeviceAddressDataBaseGetUnsupportedAddressInfo 方法 |
获取地址不支持的描述信息
Get the description that the address is not supported
命名空间:
HslCommunication.Core.Address
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static string GetUnsupportedAddressInfo(
string address,
Exception ex = null
)
Public Shared Function GetUnsupportedAddressInfo (
address As String,
Optional ex As Exception = Nothing
) As String
public:
static String^ GetUnsupportedAddressInfo(
String^ address,
Exception^ ex = nullptr
)
static member GetUnsupportedAddressInfo :
address : string *
?ex : Exception
(* Defaults:
let _ex = defaultArg ex null
*)
-> string
参数
- address
- 类型:SystemString
地址信息 - ex (Optional)
- 类型:SystemException
解析地址时候的异常信息
返回值
类型:
String地址不支持的信息
参见