Compartir a través de


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