返回错误码所代表的详细信息。

命名空间:  SuperMap.Data
程序集:  SuperMap.Data (in SuperMap.Data)
版本: dll

语法

C#
public static string GetErrorMessage(
	int code
)

参数

code
Type: System..::.Int32
错误码。

返回值

返回错误码所代表的详细信息。

备注

License 类的 Connect() 方法的返回值为整数,不同的值表示不同的信息,而 GetErrorMessage() 方法则是用来获取这些整数所表达的具体信息。

请参见