StorageExceptionUtil.IsForbiddenException Method
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.
Overloads
IsForbiddenException(StorageException) |
Whether the storage exception is Fordidden exception or not. |
IsForbiddenException(StorageException) |
IsForbiddenException(StorageException)
Whether the storage exception is Fordidden exception or not.
public static bool IsForbiddenException (this Microsoft.Azure.Storage.StorageException e);
static member IsForbiddenException : Microsoft.Azure.Storage.StorageException -> bool
<Extension()>
Public Function IsForbiddenException (e As StorageException) As Boolean
Parameters
StorageException from storage client
Returns
Whether the storageexception is caused by Fordidden
Applies to
IsForbiddenException(StorageException)
public static bool IsForbiddenException (this Microsoft.WindowsAzure.Storage.StorageException e);
static member IsForbiddenException : Microsoft.WindowsAzure.Storage.StorageException -> bool
<Extension()>
Public Function IsForbiddenException (e As StorageException) As Boolean