StorageExceptionUtil Class
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.
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) |