Edit

Share via


AzureStorageUtils.TableStorageDataNotFound(Exception) Method

Definition

Inspect an exception returned from Azure storage libraries to check whether it means that attempt was made to read some data that does not exist in storage table.

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

Parameters

exc
Exception

Exception that was returned by Azure storage library operation

Returns

True if this exception means the data being read was not present in Azure table storage

Applies to