Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
返回当前错误的说明。
public size_t GetString(char * dst, size_t len)
dst 接收错误说明的缓冲区。
len 缓冲区的大小(以数组元素为单位)。
存储字符串所需的大小。如果返回值大于 len 值,则字符串将被截断。
该字符串包括错误代码和所有参数。可以通过装载 ULError.GetURL 方法返回的 URL 获取有关错误的完整说明。
即使缓冲区太小而导致字符串被截断,输出字符串也总是以空值终止。