StorageExceptionUtil.IsNotFoundException 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.
Overloads
IsNotFoundException(StorageException) |
Whether the storage exception is resource not found exception or not. |
IsNotFoundException(StorageException) |
IsNotFoundException(StorageException)
Whether the storage exception is resource not found exception or not.
public static bool IsNotFoundException (this Microsoft.Azure.Storage.StorageException e);
static member IsNotFoundException : Microsoft.Azure.Storage.StorageException -> bool
<Extension()>
Public Function IsNotFoundException (e As StorageException) As Boolean
Parameters
StorageException from storage client
Returns
Whether the storageexception is caused by resource not found
Applies to
IsNotFoundException(StorageException)
public static bool IsNotFoundException (this Microsoft.WindowsAzure.Storage.StorageException e);
static member IsNotFoundException : Microsoft.WindowsAzure.Storage.StorageException -> bool
<Extension()>
Public Function IsNotFoundException (e As StorageException) As Boolean