Share via


StorageExceptionUtil.IsNotFoundException Method

Definition

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

e
StorageException

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

Parameters

Returns

Applies to