Represents an exception thrown by the Windows Azure storage client library.
命名空间: Microsoft.WindowsAzure.StorageClient
程序集: Microsoft.WindowsAzure.StorageClient(在 microsoft.windowsazure.storageclient.dll 中)
用法
Dim instance As StorageClientException
[SerializableAttribute]
public class StorageClientException : StorageException
/** @attribute SerializableAttribute() */
public class StorageClientException extends StorageException
SerializableAttribute
public class StorageClientException extends StorageException
A StorageClientException that returns the error message "Unexpected internal storage client error" may be retried. Other errors are due to incorrect request parameters and should not be retried with the same parameters.
此类型的任何公共静态(在 Visual Basic 中为 Shared)成员都是线程安全的。但不保证所有实例成员都是线程安全的。
开发平台
Windows XP Home Edition, Windows XP Professional, Windows Server 2003、Windows Server 2008 和 Windows 2000
目标平台