你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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