你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

StorageExtendedErrorInformation.ReadXmlAsync 方法

定义

从 XML 表示形式生成可序列化的 StorageExtendedErrorInformation 对象。

public System.Threading.Tasks.Task ReadXmlAsync (System.Xml.XmlReader reader, System.Threading.CancellationToken cancellationToken);
member this.ReadXmlAsync : System.Xml.XmlReader * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function ReadXmlAsync (reader As XmlReader, cancellationToken As CancellationToken) As Task

参数

reader
XmlReader

从中对 XmlReader 对象进行反序列化的 StorageExtendedErrorInformation 流。

cancellationToken
CancellationToken

返回

适用于