AzureStorageUtils.TableStorageDataNotFound(Exception) 方法

定义

检查从 Azure 存储库返回的异常,检查是否意味着尝试读取存储表中不存在的某些数据。

public static bool TableStorageDataNotFound (Exception exc);
static member TableStorageDataNotFound : Exception -> bool
Public Shared Function TableStorageDataNotFound (exc As Exception) As Boolean

参数

exc
Exception

Azure 存储库操作返回的异常

返回

True 如果出现此异常,则表示正在读取的数据不在 Azure 表存储中

适用于