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

StorageExceptionUtil Class

Definition

Storage exception utility

public static class StorageExceptionUtil
type StorageExceptionUtil = class
Public Module StorageExceptionUtil
Inheritance
StorageExceptionUtil

Methods

IsConflictException(StorageException)

Whether the storage exception is 409 conflict exception

IsConflictException(StorageException)
IsForbiddenException(StorageException)

Whether the storage exception is Fordidden exception or not.

IsForbiddenException(StorageException)
IsNotFoundException(StorageException)

Whether the storage exception is resource not found exception or not.

IsNotFoundException(StorageException)
IsSuccessfulResponse(StorageException)

Is the storage exception thrown with 2xx http status code

IsSuccessfulResponse(StorageException)
RepackStorageException(StorageException)

Replace storage exception to expose more information in Message.

RepackStorageException(StorageException)

Applies to