AzureStorageUtils.TableStorageDataNotFound(Exception) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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