共用方式為


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 資料表儲存體中,則為

適用於